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

Commit f8db4df

Browse files
committed
fix(deps): update dependency mocha to ^8.3.2
1 parent 5ea6bea commit f8db4df

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
@@ -137,9 +137,9 @@
137137
"vsce": "^1.81.1"
138138
},
139139
"dependencies": {
140-
"@types/mocha": "8.2.0",
140+
"@types/mocha": "8.2.2",
141141
"execa": "^5.0.0",
142-
"mocha": "^8.3.0",
142+
"mocha": "^8.3.2",
143143
"open": "^7.3.0",
144144
"ts-node": "^9.1.1"
145145
},

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 "12.20.5"
@@ -4407,10 +4407,10 @@ mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@^0.5.5, mkdirp@~0.5.0:
44074407
dependencies:
44084408
minimist "^1.2.5"
44094409

4410-
mocha@^8.3.0:
4411-
version "8.3.0"
4412-
resolved "https://registry.npmjs.org/mocha/-/mocha-8.3.0.tgz"
4413-
integrity sha512-TQqyC89V1J/Vxx0DhJIXlq9gbbL9XFNdeLQ1+JsnZsVaSOV1z3tWfw0qZmQJGQRIfkvZcs7snQnZnOCKoldq1Q==
4410+
mocha@^8.3.2:
4411+
version "8.3.2"
4412+
resolved "https://registry.npmjs.org/mocha/-/mocha-8.3.2.tgz"
4413+
integrity sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==
44144414
dependencies:
44154415
"@ungap/promise-all-settled" "1.1.2"
44164416
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)