Skip to content

Commit

Permalink
chore(deps): update dependency mocha to v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 10, 2022
1 parent c3d2b27 commit dffacb6
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 @@ -25,15 +25,15 @@
"devDependencies": {
"@azure/cosmos": "3.10.3",
"@types/chai": "4.2.18",
"@types/mocha": "8.2.2",
"@types/mocha": "8.2.3",
"@types/node": "14.14.36",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"@zeit/cosmosdb-server": "0.13.2",
"chai": "4.3.4",
"eslint": "8.6.0",
"graphql": "15.5.0",
"mocha": "8.3.2",
"mocha": "8.4.0",
"nyc": "15.1.0",
"prettier": "2.2.1",
"ts-mocha": "8.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1506,10 +1506,10 @@
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=

"@types/[email protected].2":
version "8.2.2"
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz"
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
"@types/[email protected].3":
version "8.2.3"
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz"
integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==

"@types/[email protected]":
version "14.14.36"
Expand Down Expand Up @@ -2996,10 +2996,10 @@ mkdirp@^0.5.1:
dependencies:
minimist "^1.2.5"

mocha@8.3.2:
version "8.3.2"
resolved "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz"
integrity sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==
mocha@8.4.0:
version "8.4.0"
resolved "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz"
integrity sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==
dependencies:
"@ungap/promise-all-settled" "1.1.2"
ansi-colors "4.1.1"
Expand Down

0 comments on commit dffacb6

Please sign in to comment.