Skip to content

Commit ecefedf

Browse files
authored
Use ^ in mocha dep (#814)
1 parent fb5fd6e commit ecefedf

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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": "10.2.0",
39+
"mocha": "^10.2.0",
4040
"node-emoji": "^1.10.0",
4141
"pify": "^4.0.1",
4242
"recursive-readdir": "^2.2.2",

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -6403,11 +6403,11 @@ mnemonist@^0.38.0:
64036403
dependencies:
64046404
obliterator "^2.0.0"
64056405

6406-
6407-
version "10.2.0"
6408-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
6409-
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
6406+
mocha@^10.0.0:
6407+
version "10.0.0"
6408+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
64106409
dependencies:
6410+
"@ungap/promise-all-settled" "1.1.2"
64116411
ansi-colors "4.1.1"
64126412
browser-stdout "1.3.1"
64136413
chokidar "3.5.3"
@@ -6430,11 +6430,11 @@ [email protected]:
64306430
yargs-parser "20.2.4"
64316431
yargs-unparser "2.0.0"
64326432

6433-
mocha@^10.0.0:
6434-
version "10.0.0"
6435-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
6433+
mocha@^10.2.0:
6434+
version "10.2.0"
6435+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
6436+
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
64366437
dependencies:
6437-
"@ungap/promise-all-settled" "1.1.2"
64386438
ansi-colors "4.1.1"
64396439
browser-stdout "1.3.1"
64406440
chokidar "3.5.3"

0 commit comments

Comments
 (0)