Skip to content

Commit dcc4d6d

Browse files
Update dependency mocha to v8.3.2 (#34)
Co-authored-by: Renovate Bot <[email protected]>
1 parent f89a5da commit dcc4d6d

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

package-lock.json

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"devDependencies": {
2626
"@azure/cosmos": "3.10.3",
2727
"@types/chai": "4.2.15",
28-
"@types/mocha": "8.2.1",
28+
"@types/mocha": "8.2.2",
2929
"@types/node": "14.14.36",
3030
"@typescript-eslint/eslint-plugin": "4.18.0",
3131
"@typescript-eslint/parser": "4.18.0",
3232
"@zeit/cosmosdb-server": "0.12.1",
3333
"chai": "4.3.3",
3434
"eslint": "7.21.0",
3535
"graphql": "15.5.0",
36-
"mocha": "8.3.1",
36+
"mocha": "8.3.2",
3737
"nyc": "15.1.0",
3838
"prettier": "2.2.1",
3939
"ts-mocha": "8.0.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,10 +1499,10 @@
14991499
resolved "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz"
15001500
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
15011501

1502-
"@types/[email protected].1":
1503-
version "8.2.1"
1504-
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.1.tgz"
1505-
integrity sha512-NysN+bNqj6E0Hv4CTGWSlPzMW6vTKjDpOteycDkV4IWBsO+PU48JonrPzV9ODjiI2XrjmA05KInLgF5ivZ/YGQ==
1502+
"@types/[email protected].2":
1503+
version "8.2.2"
1504+
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz"
1505+
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
15061506

15071507
15081508
version "14.14.36"
@@ -2937,10 +2937,10 @@ mkdirp@^0.5.1:
29372937
dependencies:
29382938
minimist "^1.2.5"
29392939

2940-
2941-
version "8.3.1"
2942-
resolved "https://registry.npmjs.org/mocha/-/mocha-8.3.1.tgz"
2943-
integrity sha512-5SBMxANWqOv5bw3Hx+HVgaWlcWcFEQDUdaUAr1AUU+qwtx6cowhn7gEDT/DwQP7uYxnvShdUOVLbTYAHOEGfDQ==
2940+
2941+
version "8.3.2"
2942+
resolved "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz"
2943+
integrity sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==
29442944
dependencies:
29452945
"@ungap/promise-all-settled" "1.1.2"
29462946
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)