Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent e0ef67e commit 035b78a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 41 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"chai": "^5.1.2",
"chai-as-promised": "^8.0.1",
"del-cli": "^6.0.0",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"remark-cli": "^12.0.1",
"remark-preset-lint-recommended": "^7.0.0",
"token-types": "^6.0.0",
Expand Down
47 changes: 7 additions & 40 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -873,17 +873,6 @@ __metadata:
languageName: node
linkType: hard

"cliui@npm:^7.0.2":
version: 7.0.4
resolution: "cliui@npm:7.0.4"
dependencies:
string-width: "npm:^4.2.0"
strip-ansi: "npm:^6.0.0"
wrap-ansi: "npm:^7.0.0"
checksum: 10c0/6035f5daf7383470cef82b3d3db00bec70afb3423538c50394386ffbbab135e26c3689c41791f911fa71b62d13d3863c712fdd70f0fbdffd938a1e6fd09aac00
languageName: node
linkType: hard

"cliui@npm:^8.0.1":
version: 8.0.1
resolution: "cliui@npm:8.0.1"
Expand Down Expand Up @@ -2298,9 +2287,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: "npm:^4.1.3"
browser-stdout: "npm:^1.3.1"
Expand All @@ -2319,13 +2308,13 @@ __metadata:
strip-json-comments: "npm:^3.1.1"
supports-color: "npm:^8.1.1"
workerpool: "npm:^6.5.1"
yargs: "npm:^16.2.0"
yargs-parser: "npm:^20.2.9"
yargs: "npm:^17.7.2"
yargs-parser: "npm:^21.1.1"
yargs-unparser: "npm:^2.0.0"
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 10c0/b290a308c318efca84304e907b5d5f4cb047ee8e27eac401c56a00251f944cac9f9af9a379e5952b82e05446a08654ed06c6fea9c55447c5fe2330673f616ff3
checksum: 10c0/46e063fb014bef8c7f290094325ee2666ef9f63a918573f5278781631d4b3d04e45abe35f776307ff19e837bc2b42e4f2a7c60c53b69517539890636cf8e49ec
languageName: node
linkType: hard

Expand Down Expand Up @@ -3146,7 +3135,7 @@ __metadata:
chai: "npm:^5.1.2"
chai-as-promised: "npm:^8.0.1"
del-cli: "npm:^6.0.0"
mocha: "npm:^11.0.1"
mocha: "npm:^11.1.0"
peek-readable: "npm:^5.3.1"
remark-cli: "npm:^12.0.1"
remark-preset-lint-recommended: "npm:^7.0.0"
Expand Down Expand Up @@ -3686,13 +3675,6 @@ __metadata:
languageName: node
linkType: hard

"yargs-parser@npm:^20.2.2, yargs-parser@npm:^20.2.9":
version: 20.2.9
resolution: "yargs-parser@npm:20.2.9"
checksum: 10c0/0685a8e58bbfb57fab6aefe03c6da904a59769bd803a722bb098bd5b0f29d274a1357762c7258fb487512811b8063fb5d2824a3415a0a4540598335b3b086c72
languageName: node
linkType: hard

"yargs-parser@npm:^21.1.1":
version: 21.1.1
resolution: "yargs-parser@npm:21.1.1"
Expand All @@ -3712,21 +3694,6 @@ __metadata:
languageName: node
linkType: hard

"yargs@npm:^16.2.0":
version: 16.2.0
resolution: "yargs@npm:16.2.0"
dependencies:
cliui: "npm:^7.0.2"
escalade: "npm:^3.1.1"
get-caller-file: "npm:^2.0.5"
require-directory: "npm:^2.1.1"
string-width: "npm:^4.2.0"
y18n: "npm:^5.0.5"
yargs-parser: "npm:^20.2.2"
checksum: 10c0/b1dbfefa679848442454b60053a6c95d62f2d2e21dd28def92b647587f415969173c6e99a0f3bab4f1b67ee8283bf735ebe3544013f09491186ba9e8a9a2b651
languageName: node
linkType: hard

"yargs@npm:^17.7.2":
version: 17.7.2
resolution: "yargs@npm:17.7.2"
Expand Down

0 comments on commit 035b78a

Please sign in to comment.