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

build(deps-dev): bump mocha from 10.8.2 to 11.0.1 #901

Merged
merged 1 commit into from
Dec 18, 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 @@ -73,7 +73,7 @@
"karma-mocha": "^2.0.1",
"karma-sourcemap-loader": "^0.4.0",
"karma-webpack": "^5.0.1",
"mocha": "^10.8.2",
"mocha": "^11.0.1",
"music-metadata": "^10.6.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
Expand Down
29 changes: 8 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ __metadata:
karma-mocha: "npm:^2.0.1"
karma-sourcemap-loader: "npm:^0.4.0"
karma-webpack: "npm:^5.0.1"
mocha: "npm:^10.8.2"
mocha: "npm:^11.0.1"
music-metadata: "npm:^10.6.2"
strtok3: "npm:^10.0.0"
ts-loader: "npm:^9.5.1"
Expand Down Expand Up @@ -1951,7 +1951,7 @@ __metadata:
languageName: node
linkType: hard

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

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

"globby@npm:^14.0.2":
version: 14.0.2
resolution: "globby@npm:14.0.2"
Expand Down Expand Up @@ -2895,7 +2882,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^5.0.1, minimatch@npm:^5.1.6":
"minimatch@npm:^5.1.6":
version: 5.1.6
resolution: "minimatch@npm:5.1.6"
dependencies:
Expand Down Expand Up @@ -3024,9 +3011,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: "npm:^4.1.3"
browser-stdout: "npm:^1.3.1"
Expand All @@ -3035,7 +3022,7 @@ __metadata:
diff: "npm:^5.2.0"
escape-string-regexp: "npm:^4.0.0"
find-up: "npm:^5.0.0"
glob: "npm:^8.1.0"
glob: "npm:^10.4.5"
he: "npm:^1.2.0"
js-yaml: "npm:^4.1.0"
log-symbols: "npm:^4.1.0"
Expand All @@ -3051,7 +3038,7 @@ __metadata:
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 10c0/1f786290a32a1c234f66afe2bfcc68aa50fe9c7356506bd39cca267efb0b4714a63a0cb333815578d63785ba2fba058bf576c2512db73997c0cae0d659a88beb
checksum: 10c0/b290a308c318efca84304e907b5d5f4cb047ee8e27eac401c56a00251f944cac9f9af9a379e5952b82e05446a08654ed06c6fea9c55447c5fe2330673f616ff3
languageName: node
linkType: hard

Expand Down
Loading