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 10.8.2 to 11.0.1 #6726

Merged
merged 1 commit into from
Dec 16, 2024
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 @@ -75,7 +75,7 @@
"karma-source-map-support": "^1.4.0",
"katex": "^0.16.0",
"lodash.debounce": "^4.0.3",
"mocha": "10.8.2",
"mocha": "11.0.1",
"mustache": "^4.0.1",
"mustache-express": "^1.3.2",
"npm-packlist": "^10.0.0",
Expand Down
27 changes: 7 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8125,7 +8125,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.3.7":
"glob@npm:^10.3.7, glob@npm:^10.4.5":
version: 10.4.5
resolution: "glob@npm:10.4.5"
dependencies:
Expand Down Expand Up @@ -8184,19 +8184,6 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^8.1.0":
version: 8.1.0
resolution: "glob@npm:8.1.0"
dependencies:
fs.realpath: ^1.0.0
inflight: ^1.0.4
inherits: 2
minimatch: ^5.0.1
once: ^1.3.0
checksum: 92fbea3221a7d12075f26f0227abac435de868dd0736a17170663783296d0dd8d3d532a5672b4488a439bf5d7fb85cdd07c11185d6cd39184f0385cbdfb86a47
languageName: node
linkType: hard

"global-modules@npm:^1.0.0":
version: 1.0.0
resolution: "global-modules@npm:1.0.0"
Expand Down Expand Up @@ -8739,7 +8726,7 @@ __metadata:
karma-source-map-support: ^1.4.0
katex: ^0.16.0
lodash.debounce: ^4.0.3
mocha: 10.8.2
mocha: 11.0.1
mustache: ^4.0.1
mustache-express: ^1.3.2
npm-packlist: ^10.0.0
Expand Down Expand Up @@ -10590,9 +10577,9 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:10.8.2":
version: 10.8.2
resolution: "mocha@npm:10.8.2"
"mocha@npm:11.0.1":
version: 11.0.1
resolution: "mocha@npm:11.0.1"
dependencies:
ansi-colors: ^4.1.3
browser-stdout: ^1.3.1
Expand All @@ -10601,7 +10588,7 @@ __metadata:
diff: ^5.2.0
escape-string-regexp: ^4.0.0
find-up: ^5.0.0
glob: ^8.1.0
glob: ^10.4.5
he: ^1.2.0
js-yaml: ^4.1.0
log-symbols: ^4.1.0
Expand All @@ -10617,7 +10604,7 @@ __metadata:
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 68cb519503f1e8ffd9b0651e1aef75dfe4754425186756b21e53169da44b5bcb1889e2b743711205082763d3f9a42eb8eb2c13bb1a718a08cb3a5f563bfcacdc
checksum: 48ba4ff1c2f59a716378cb3279705cf16008b94d00d25fc0b3bf84feb5d61bafcfe44ddb8896b46e2093a60943f30a583a3516c53340a4cf46524b2c3e9492a5
languageName: node
linkType: hard

Expand Down
Loading