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

Commit 946e183

Browse files
committed
fix(deps): update dependency mocha to ^8.4.0
1 parent 33b35aa commit 946e183

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

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
@@ -144,9 +144,9 @@
144144
"vsce": "^1.81.1"
145145
},
146146
"dependencies": {
147-
"@types/mocha": "8.2.0",
147+
"@types/mocha": "8.2.2",
148148
"execa": "^5.0.0",
149-
"mocha": "^8.3.0",
149+
"mocha": "^8.4.0",
150150
"open": "^7.3.0",
151151
"ts-node": "^9.1.1"
152152
},

yarn.lock

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

724-
"@types/[email protected].0":
725-
version "8.2.0"
726-
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.0.tgz"
727-
integrity sha512-/Sge3BymXo4lKc31C8OINJgXLaw+7vL1/L1pGiBNpGrBiT8FQiaFpSYV0uhTaG4y78vcMBTMFsWaHDvuD+xGzQ==
724+
"@types/[email protected].2":
725+
version "8.2.2"
726+
resolved "https://registry.npmjs.org/@types/mocha/-/mocha-8.2.2.tgz"
727+
integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
728728

729729
"@types/node@*", "@types/[email protected]", "@types/node@>= 8":
730730
version "14.17.3"
@@ -4469,10 +4469,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.0:
44694469
dependencies:
44704470
minimist "^1.2.5"
44714471

4472-
mocha@^8.3.0:
4473-
version "8.3.0"
4474-
resolved "https://registry.npmjs.org/mocha/-/mocha-8.3.0.tgz"
4475-
integrity sha512-TQqyC89V1J/Vxx0DhJIXlq9gbbL9XFNdeLQ1+JsnZsVaSOV1z3tWfw0qZmQJGQRIfkvZcs7snQnZnOCKoldq1Q==
4472+
mocha@^8.4.0:
4473+
version "8.4.0"
4474+
resolved "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz"
4475+
integrity sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==
44764476
dependencies:
44774477
"@ungap/promise-all-settled" "1.1.2"
44784478
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)