Skip to content

Commit 6e05dc6

Browse files
Update dependency mocha to v10.1.0
1 parent 0c602ba commit 6e05dc6

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-config-prettier": "8.5.0",
4848
"eslint-plugin-functional": "4.4.0",
4949
"eslint-plugin-prettier": "4.2.1",
50-
"mocha": "10.0.0",
50+
"mocha": "10.1.0",
5151
"prettier": "2.7.1",
5252
"sinon": "14.0.0",
5353
"typescript": "4.8.4"

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,11 +1150,6 @@
11501150
"@typescript-eslint/types" "5.38.1"
11511151
eslint-visitor-keys "^3.3.0"
11521152

1153-
1154-
version "1.1.2"
1155-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
1156-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
1157-
11581153
11591154
version "5.5.3"
11601155
resolved "https://registry.yarnpkg.com/@vercel/build-utils/-/build-utils-5.5.3.tgz#cee00400dbdec0081ca2e6ce011480333c0a39bf"
@@ -6232,12 +6227,11 @@ mkdirp@^0.5.1:
62326227
dependencies:
62336228
minimist "^1.2.6"
62346229

6235-
mocha@10.0.0:
6236-
version "10.0.0"
6237-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
6238-
integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
6230+
mocha@10.1.0:
6231+
version "10.1.0"
6232+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.1.0.tgz#dbf1114b7c3f9d0ca5de3133906aea3dfc89ef7a"
6233+
integrity sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==
62396234
dependencies:
6240-
"@ungap/promise-all-settled" "1.1.2"
62416235
ansi-colors "4.1.1"
62426236
browser-stdout "1.3.1"
62436237
chokidar "3.5.3"

0 commit comments

Comments
 (0)