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

Commit cbe3c99

Browse files
Update dependency mocha to ^10.1.0
1 parent 559fd4c commit cbe3c99

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
@@ -62,7 +62,7 @@
6262
"json-schema-to-typescript": "^10.1.4",
6363
"lnfs-cli": "^2.1.0",
6464
"mkdirp": "^1.0.4",
65-
"mocha": "^10.0.0",
65+
"mocha": "^10.1.0",
6666
"mock-require": "^3.0.3",
6767
"node-fetch": "^3.2.4",
6868
"nyc": "^15.1.0",

yarn.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1856,11 +1856,6 @@
18561856
"@typescript-eslint/types" "4.31.0"
18571857
eslint-visitor-keys "^2.0.0"
18581858

1859-
1860-
version "1.1.2"
1861-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
1862-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
1863-
18641859
"@yarnpkg/lockfile@^1.1.0":
18651860
version "1.1.0"
18661861
resolved "https://registry.yarnpkg.com/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz#e77a97fbd345b76d83245edcd17d393b1b41fb31"
@@ -6250,12 +6245,11 @@ mkdirp@^1.0.4:
62506245
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
62516246
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
62526247

6253-
mocha@^10.0.0:
6254-
version "10.0.0"
6255-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.0.0.tgz#205447d8993ec755335c4b13deba3d3a13c4def9"
6256-
integrity sha512-0Wl+elVUD43Y0BqPZBzZt8Tnkw9CMUdNYnUsTfOM1vuhJVZL+kiesFYsqwBkEEuEixaiPe5ZQdqDgX2jddhmoA==
6248+
mocha@^10.1.0:
6249+
version "10.1.0"
6250+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.1.0.tgz#dbf1114b7c3f9d0ca5de3133906aea3dfc89ef7a"
6251+
integrity sha512-vUF7IYxEoN7XhQpFLxQAEMtE4W91acW4B6En9l97MwE9stL1A9gusXfoHZCLVHDUJ/7V5+lbCM6yMqzo5vNymg==
62576252
dependencies:
6258-
"@ungap/promise-all-settled" "1.1.2"
62596253
ansi-colors "4.1.1"
62606254
browser-stdout "1.3.1"
62616255
chokidar "3.5.3"

0 commit comments

Comments
 (0)