Skip to content

Commit 682da29

Browse files
chore(deps): update dependency mocha to v8.4.0 (#760)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 5b4bde5 commit 682da29

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"@types/jsonwebtoken": "8.5.5",
8888
"@types/lodash": "4.14.176",
8989
"@types/mime-types": "2.1.1",
90-
"@types/mocha": "8.2.1",
90+
"@types/mocha": "8.2.3",
9191
"@types/mongodb": "3.6.18",
9292
"@types/node": "9.6.61",
9393
"@types/node-fetch": "2.5.8",
@@ -109,7 +109,7 @@
109109
"eslint-plugin-import": "2.24.0",
110110
"eslint-plugin-prettier": "3.4.1",
111111
"husky": "4.3.8",
112-
"mocha": "8.3.2",
112+
"mocha": "8.4.0",
113113
"nodemon": "2.0.14",
114114
"nyc": "15.1.0",
115115
"prettier": "2.2.1",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,10 +1192,10 @@
11921192
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.1.tgz#283f669ff76d7b8260df8ab7a4262cc83d988256"
11931193
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
11941194

1195-
"@types/mocha@8.2.1":
1196-
version "8.2.1"
1197-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.1.tgz#f3f3ae4590c5386fc7c543aae9b78d4cf30ffee9"
1198-
integrity sha512-NysN+bNqj6E0Hv4CTGWSlPzMW6vTKjDpOteycDkV4IWBsO+PU48JonrPzV9ODjiI2XrjmA05KInLgF5ivZ/YGQ==
1195+
"@types/mocha@8.2.3":
1196+
version "8.2.3"
1197+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.3.tgz#bbeb55fbc73f28ea6de601fbfa4613f58d785323"
1198+
integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==
11991199

12001200
"@types/mongodb@3.6.18":
12011201
version "3.6.18"
@@ -6136,10 +6136,10 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
61366136
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
61376137
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
61386138

6139-
mocha@8.3.2:
6140-
version "8.3.2"
6141-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.3.2.tgz#53406f195fa86fbdebe71f8b1c6fb23221d69fcc"
6142-
integrity sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==
6139+
mocha@8.4.0:
6140+
version "8.4.0"
6141+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.4.0.tgz#677be88bf15980a3cae03a73e10a0fc3997f0cff"
6142+
integrity sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==
61436143
dependencies:
61446144
"@ungap/promise-all-settled" "1.1.2"
61456145
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)