Skip to content

Commit bb092a1

Browse files
Update dependency mocha to v11.2.2 (#9600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02bf0d2 commit bb092a1

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@
12291229
"husky": "^9.0.0",
12301230
"lint-staged": "^15.0.0",
12311231
"minimist": "1.2.8",
1232-
"mocha": "11.1.0",
1232+
"mocha": "11.2.2",
12331233
"plugin-error": "2.0.1",
12341234
"prettier": "3.5.3",
12351235
"sinon": "20.0.0",

yarn.lock

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -708,11 +708,6 @@ ansi-colors@^3.0.5:
708708
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-3.2.4.tgz#e3a3da4bfbae6c86a9c285625de124a234026fbf"
709709
integrity sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==
710710

711-
ansi-colors@^4.1.3:
712-
version "4.1.3"
713-
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.3.tgz#37611340eb2243e70cc604cad35d63270d48781b"
714-
integrity sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==
715-
716711
ansi-colors@~1.0.1:
717712
version "1.0.1"
718713
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-1.0.1.tgz#e94c6c306005af8b482240241e2f3dea4b855ff3"
@@ -3640,14 +3635,13 @@ mkdirp-classic@^0.5.2, mkdirp-classic@^0.5.3:
36403635
resolved "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz#fa10c9115cc6d8865be221ba47ee9bed78601113"
36413636
integrity sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==
36423637

3643-
mocha@11.1.0:
3644-
version "11.1.0"
3645-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.1.0.tgz#20d7c6ac4d6d6bcb60a8aa47971fca74c65c3c66"
3646-
integrity sha512-8uJR5RTC2NgpY3GrYcgpZrsEd9zKbPDpob1RezyR2upGHRQtHWofmzTMzTMSV6dru3tj5Ukt0+Vnq1qhFEEwAg==
3638+
mocha@11.2.2:
3639+
version "11.2.2"
3640+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-11.2.2.tgz#2dfefc9652de746389f5286888034239b6486231"
3641+
integrity sha512-VlSBxrPYHK4YNOEbFdkCxHQbZMoNzBkoPprqtZRW6311EUF/DlSxoycE2e/2NtRk4WKkIXzyrXDTrlikJMWgbw==
36473642
dependencies:
3648-
ansi-colors "^4.1.3"
36493643
browser-stdout "^1.3.1"
3650-
chokidar "^3.5.3"
3644+
chokidar "^4.0.1"
36513645
debug "^4.3.5"
36523646
diff "^5.2.0"
36533647
escape-string-regexp "^4.0.0"
@@ -3658,6 +3652,7 @@ mocha@11.1.0:
36583652
log-symbols "^4.1.0"
36593653
minimatch "^5.1.6"
36603654
ms "^2.1.3"
3655+
picocolors "^1.1.1"
36613656
serialize-javascript "^6.0.2"
36623657
strip-json-comments "^3.1.1"
36633658
supports-color "^8.1.1"
@@ -4145,7 +4140,7 @@ pend@~1.2.0:
41454140
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
41464141
integrity sha1-elfrVQpng/kRUzH89GY9XI4AelA=
41474142

4148-
picocolors@^1.1.0:
4143+
picocolors@^1.1.0, picocolors@^1.1.1:
41494144
version "1.1.1"
41504145
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
41514146
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==

0 commit comments

Comments
 (0)