Skip to content

Commit d5c134b

Browse files
authoredSep 21, 2023
Update mocha version to 10.2.0, fix deprecated debug package (#810)
1 parent 1d69897 commit d5c134b

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"globby": "^10.0.1",
3737
"jsonschema": "^1.2.4",
3838
"lodash": "^4.17.15",
39-
"mocha": "7.1.2",
39+
"mocha": "10.2.0",
4040
"node-emoji": "^1.10.0",
4141
"pify": "^4.0.1",
4242
"recursive-readdir": "^2.2.2",

‎yarn.lock

+23-25
Original file line numberDiff line numberDiff line change
@@ -5955,34 +5955,32 @@ mnemonist@^0.38.0:
59555955
dependencies:
59565956
obliterator "^2.0.0"
59575957

5958-
mocha@7.1.2:
5959-
version "7.1.2"
5960-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-7.1.2.tgz#8e40d198acf91a52ace122cd7599c9ab857b29e6"
5958+
mocha@10.2.0:
5959+
version "10.2.0"
5960+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
5961+
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
59615962
dependencies:
5962-
ansi-colors "3.2.3"
5963+
ansi-colors "4.1.1"
59635964
browser-stdout "1.3.1"
5964-
chokidar "3.3.0"
5965-
debug "3.2.6"
5966-
diff "3.5.0"
5967-
escape-string-regexp "1.0.5"
5968-
find-up "3.0.0"
5969-
glob "7.1.3"
5970-
growl "1.10.5"
5965+
chokidar "3.5.3"
5966+
debug "4.3.4"
5967+
diff "5.0.0"
5968+
escape-string-regexp "4.0.0"
5969+
find-up "5.0.0"
5970+
glob "7.2.0"
59715971
he "1.2.0"
5972-
js-yaml "3.13.1"
5973-
log-symbols "3.0.0"
5974-
minimatch "3.0.4"
5975-
mkdirp "0.5.5"
5976-
ms "2.1.1"
5977-
node-environment-flags "1.0.6"
5978-
object.assign "4.1.0"
5979-
strip-json-comments "2.0.1"
5980-
supports-color "6.0.0"
5981-
which "1.3.1"
5982-
wide-align "1.1.3"
5983-
yargs "13.3.2"
5984-
yargs-parser "13.1.2"
5985-
yargs-unparser "1.6.0"
5972+
js-yaml "4.1.0"
5973+
log-symbols "4.1.0"
5974+
minimatch "5.0.1"
5975+
ms "2.1.3"
5976+
nanoid "3.3.3"
5977+
serialize-javascript "6.0.0"
5978+
strip-json-comments "3.1.1"
5979+
supports-color "8.1.1"
5980+
workerpool "6.2.1"
5981+
yargs "16.2.0"
5982+
yargs-parser "20.2.4"
5983+
yargs-unparser "2.0.0"
59865984

59875985
mocha@^10.0.0:
59885986
version "10.0.0"

0 commit comments

Comments
 (0)
Please sign in to comment.