Skip to content

Commit

Permalink
Update dependency chai to v4.3.4 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored May 11, 2021
1 parent 2442ab1 commit 59dad7d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
},
"devDependencies": {
"@azure/cosmos": "3.10.3",
"@types/chai": "4.2.15",
"@types/chai": "4.2.18",
"@types/mocha": "8.2.2",
"@types/node": "14.14.36",
"@typescript-eslint/eslint-plugin": "4.18.0",
"@typescript-eslint/parser": "4.18.0",
"@zeit/cosmosdb-server": "0.13.1",
"chai": "4.3.3",
"chai": "4.3.4",
"eslint": "7.21.0",
"graphql": "15.5.0",
"mocha": "8.3.2",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,10 +1484,10 @@
"@turf/invariant" "^5.1.5"
d3-voronoi "1.1.2"

"@types/[email protected].15":
version "4.2.15"
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.2.15.tgz"
integrity sha512-rYff6FI+ZTKAPkJUoyz7Udq3GaoDZnxYDEvdEdFZASiA7PoErltHezDishqQiSDWrGxvxmplH304jyzQmjp0AQ==
"@types/[email protected].18":
version "4.2.18"
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.2.18.tgz"
integrity sha512-rS27+EkB/RE1Iz3u0XtVL5q36MGDWbgYe7zWiodyKNUnthxY0rukK5V36eiUCtCisB7NN8zKYH6DO2M37qxFEQ==

"@types/json-schema@^7.0.3":
version "7.0.7"
Expand Down Expand Up @@ -1853,10 +1853,10 @@ camelcase@^6.0.0:
resolved "https://registry.npmjs.org/camelcase/-/camelcase-6.2.0.tgz"
integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg==

[email protected].3:
version "4.3.3"
resolved "https://registry.npmjs.org/chai/-/chai-4.3.3.tgz"
integrity sha512-MPSLOZwxxnA0DhLE84klnGPojWFK5KuhP7/j5dTsxpr2S3XlkqJP5WbyYl1gCTWvG2Z5N+HD4F472WsbEZL6Pw==
[email protected].4:
version "4.3.4"
resolved "https://registry.npmjs.org/chai/-/chai-4.3.4.tgz"
integrity sha512-yS5H68VYOCtN1cjfwumDSuzn/9c+yza4f3reKXlE5rUg7SFcCEy90gJvydNgOYtblyf4Zi6jIWRnXOgErta0KA==
dependencies:
assertion-error "^1.1.0"
check-error "^1.0.2"
Expand Down

0 comments on commit 59dad7d

Please sign in to comment.