Skip to content

Commit cb62458

Browse files
Update dependency mocha to v10.2.0
1 parent 1183335 commit cb62458

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-plugin-import": "2.25.4",
4848
"eslint-plugin-prettier": "4.0.0",
4949
"jest": "26.6.3",
50-
"mocha": "10.0.0",
50+
"mocha": "10.2.0",
5151
"nock": "13.0.5",
5252
"nodemon": "2.0.20",
5353
"prettier": "2.6.2",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1814,11 +1814,6 @@
18141814
"@typescript-eslint/types" "5.18.0"
18151815
eslint-visitor-keys "^3.0.0"
18161816

1817-
1818-
version "1.1.2"
1819-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
1820-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
1821-
18221817
"@wry/context@^0.7.0":
18231818
version "0.7.0"
18241819
resolved "https://registry.yarnpkg.com/@wry/context/-/context-0.7.0.tgz#be88e22c0ddf62aeb0ae9f95c3d90932c619a5c8"
@@ -5123,12 +5118,11 @@ [email protected]:
51235118
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
51245119
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
51255120

5126-
mocha@10.0.0:
5127-
version "10.0.0"
5128-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
5129-
integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
5121+
mocha@10.2.0:
5122+
version "10.2.0"
5123+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
5124+
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
51305125
dependencies:
5131-
"@ungap/promise-all-settled" "1.1.2"
51325126
ansi-colors "4.1.1"
51335127
browser-stdout "1.3.1"
51345128
chokidar "3.5.3"

0 commit comments

Comments
 (0)