Skip to content

Commit

Permalink
Bump mocha from 10.7.3 to 11.0.1
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 11.0.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v10.7.3...v11.0.1)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 0dff2c2 commit 4fb4dc1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"c8": "^10.1.2",
"chai": "^5.1.1",
"del-cli": "^5.1.0",
"mocha": "^10.7.3",
"mocha": "^11.0.1",
"remark-cli": "^12.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"sinon": "^19.0.2",
Expand Down
29 changes: 8 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.4.1":
"glob@npm:^10.4.1, glob@npm:^10.4.5":
version: 10.4.5
resolution: "glob@npm:10.4.5"
dependencies:
Expand Down Expand Up @@ -1483,19 +1483,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:^13.1.2":
version: 13.2.2
resolution: "globby@npm:13.2.2"
Expand Down Expand Up @@ -2491,7 +2478,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 @@ -2636,9 +2623,9 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:^10.7.3":
version: 10.7.3
resolution: "mocha@npm:10.7.3"
"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 @@ -2647,7 +2634,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 @@ -2663,7 +2650,7 @@ __metadata:
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 10c0/76a205905ec626262d903954daca31ba8e0dd4347092f627b98b8508dcdb5b30be62ec8f7a405fab3b2e691bdc099721c3291b330c3ee85b8ec40d3d179f8728
checksum: 10c0/b290a308c318efca84304e907b5d5f4cb047ee8e27eac401c56a00251f944cac9f9af9a379e5952b82e05446a08654ed06c6fea9c55447c5fe2330673f616ff3
languageName: node
linkType: hard

Expand Down Expand Up @@ -2695,7 +2682,7 @@ __metadata:
http-status-codes: "npm:^2.1.4"
json-stringify-safe: "npm:^5.0.1"
jsontoxml: "npm:^1.0.1"
mocha: "npm:^10.7.3"
mocha: "npm:^11.0.1"
rate-limit-threshold: "npm:^0.2.0"
remark-cli: "npm:^12.0.0"
remark-preset-lint-recommended: "npm:^7.0.0"
Expand Down

0 comments on commit 4fb4dc1

Please sign in to comment.