Skip to content

Commit

Permalink
Bump mocha from 10.8.2 to 11.0.1
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 10.8.2 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.8.2...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 9, 2024
1 parent f59c680 commit c38f315
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"karma-mocha": "^2.0.0",
"karma-mocha-reporter": "^2.0.4",
"karma-source-map-support": "^1.4.0",
"mocha": "10.8.2",
"mocha": "11.0.1",
"mustache": "^4.2.0",
"postcss": "^8.3.9",
"preact": "^10.25.1",
Expand Down
36 changes: 7 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ __metadata:
karma-mocha: ^2.0.0
karma-mocha-reporter: ^2.0.4
karma-source-map-support: ^1.4.0
mocha: 10.8.2
mocha: 11.0.1
mustache: ^4.2.0
postcss: ^8.3.9
preact: ^10.25.1
Expand Down Expand Up @@ -5863,7 +5863,7 @@ __metadata:
languageName: node
linkType: hard

"glob@npm:^10.3.10":
"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 @@ -5923,19 +5923,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 @@ -7760,15 +7747,6 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^5.0.1":
version: 5.1.0
resolution: "minimatch@npm:5.1.0"
dependencies:
brace-expansion: ^2.0.1
checksum: 15ce53d31a06361e8b7a629501b5c75491bc2b59712d53e802b1987121d91b433d73fcc5be92974fde66b2b51d8fb28d75a9ae900d249feb792bb1ba2a4f0a90
languageName: node
linkType: hard

"minimatch@npm:^5.1.6":
version: 5.1.6
resolution: "minimatch@npm:5.1.6"
Expand Down Expand Up @@ -7921,9 +7899,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 @@ -7932,7 +7910,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 @@ -7948,7 +7926,7 @@ __metadata:
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 68cb519503f1e8ffd9b0651e1aef75dfe4754425186756b21e53169da44b5bcb1889e2b743711205082763d3f9a42eb8eb2c13bb1a718a08cb3a5f563bfcacdc
checksum: 48ba4ff1c2f59a716378cb3279705cf16008b94d00d25fc0b3bf84feb5d61bafcfe44ddb8896b46e2093a60943f30a583a3516c53340a4cf46524b2c3e9492a5
languageName: node
linkType: hard

Expand Down

0 comments on commit c38f315

Please sign in to comment.