Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mocha from 11.0.1 to 11.1.0 #1676

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-source-map-support": "^1.4.0",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"mustache": "^4.2.0",
"prettier": "3.4.2",
"rollup": "^4.31.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6011,7 +6011,7 @@ __metadata:
karma-mocha: ^2.0.1
karma-mocha-reporter: ^2.2.5
karma-source-map-support: ^1.4.0
mocha: ^11.0.1
mocha: ^11.1.0
mustache: ^4.2.0
prettier: 3.4.2
rollup: ^4.31.0
Expand Down Expand Up @@ -7479,9 +7479,9 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:^11.0.1":
version: 11.0.1
resolution: "mocha@npm:11.0.1"
"mocha@npm:^11.1.0":
version: 11.1.0
resolution: "mocha@npm:11.1.0"
dependencies:
ansi-colors: ^4.1.3
browser-stdout: ^1.3.1
Expand All @@ -7500,13 +7500,13 @@ __metadata:
strip-json-comments: ^3.1.1
supports-color: ^8.1.1
workerpool: ^6.5.1
yargs: ^16.2.0
yargs-parser: ^20.2.9
yargs: ^17.7.2
yargs-parser: ^21.1.1
yargs-unparser: ^2.0.0
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 48ba4ff1c2f59a716378cb3279705cf16008b94d00d25fc0b3bf84feb5d61bafcfe44ddb8896b46e2093a60943f30a583a3516c53340a4cf46524b2c3e9492a5
checksum: 23dfebb98ee777b280752eb6bef84300a8f3da3278c34163630e05e6aa48f551ee4b41218f32de8a83b96d95b112a22835b2e2702aa6b13caa32885fb15c0068
languageName: node
linkType: hard

Expand Down Expand Up @@ -10504,7 +10504,7 @@ __metadata:
languageName: node
linkType: hard

"yargs-parser@npm:^20.2.2, yargs-parser@npm:^20.2.9":
"yargs-parser@npm:^20.2.2":
version: 20.2.9
resolution: "yargs-parser@npm:20.2.9"
checksum: 8bb69015f2b0ff9e17b2c8e6bfe224ab463dd00ca211eece72a4cd8a906224d2703fb8a326d36fdd0e68701e201b2a60ed7cf81ce0fd9b3799f9fe7745977ae3
Expand Down Expand Up @@ -10545,7 +10545,7 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:17.7.2":
"yargs@npm:17.7.2, yargs@npm:^17.7.2":
version: 17.7.2
resolution: "yargs@npm:17.7.2"
dependencies:
Expand Down
Loading