Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 3adb27d

Browse files
committed
fix(deps): update dependency mocha to ^8.4.0
1 parent d894e35 commit 3adb27d

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

package-lock.json

Lines changed: 20 additions & 20 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
@@ -154,9 +154,9 @@
154154
"vsce": "^1.81.1"
155155
},
156156
"dependencies": {
157-
"@types/mocha": "8.2.0",
157+
"@types/mocha": "8.2.3",
158158
"execa": "^5.0.0",
159-
"mocha": "^8.3.0",
159+
"mocha": "^8.4.0",
160160
"open": "^7.4.2",
161161
"ts-node": "^9.1.1"
162162
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -747,10 +747,10 @@
747747
resolved "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.1.tgz"
748748
integrity sha512-fZQQafSREFyuZcdWFAExYjBiCL7AUCdgsk80iO0q4yihYYdcIiH28CcuPTGFgLOCC8RlW49GSQxdHwZP+I7CNg==
749749

750-
"@types/[email protected].0":
751-
version "8.2.0"
752-
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.0.tgz"
753-
integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
750+
"@types/[email protected].3":
751+
version "8.2.3"
752+
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.3.tgz"
753+
integrity sha512-ekGvFhFgrc2zYQoX4JeZPmVzZxw6Dtllga7iGHzfbYIYkAMUx/sAFP2GdFpLff+vdHXu5fl7WX9AT+TtqYcsyw==
754754

755755
"@types/node@*", "@types/[email protected]", "@types/node@>= 8":
756756
version "16.11.18"
@@ -4511,10 +4511,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.0:
45114511
dependencies:
45124512
minimist "^1.2.5"
45134513

4514-
mocha@^8.3.0:
4515-
version "8.3.0"
4516-
resolved "https://registry.npmjs.org/mocha/-/mocha-8.3.0.tgz"
4517-
integrity sha512-TQqyC89V1J/Vxx0DhJIXlq9gbbL9XFNdeLQ1+JsnZsVaSOV1z3tWfw0qZmQJGQRIfkvZcs7snQnZnOCKoldq1Q==
4514+
mocha@^8.4.0:
4515+
version "8.4.0"
4516+
resolved "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz"
4517+
integrity sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==
45184518
dependencies:
45194519
"@ungap/promise-all-settled" "1.1.2"
45204520
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)