Skip to content

Commit

Permalink
chore(deps-dev): 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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and apupier committed Jan 23, 2025
1 parent 153e462 commit 35b08ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@
"copy-webpack-plugin": "^12.0.2",
"css-loader": "6.8.1",
"fs-extra": "^11.3.0",
"mocha": "^11.0.1",
"mocha": "^11.1.0",
"mocha-jenkins-reporter": "^0.4.8",
"node-fetch": "2",
"npm-link-shared": "^0.5.6",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6370,9 +6370,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 @@ -6391,13 +6391,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: 10/8c14292a90e8db4f199e70a007da082cabc2a3be803f95885ab03e32cb4dd7c3978c0b50d1f963c33eacaa981f105cf7c89c7fc4c14649dcbfd0e0f2d712c1e3
checksum: 10/50d1305813d1b3f5882e17d0fbe66793c82bc6b5286ed3e56bbe9edf52446ed27486f41b08a2b4b79e2dbbbb34e0e51d647d58de61b7aedb6f076296b374a263
languageName: node
linkType: hard

Expand Down Expand Up @@ -9064,7 +9064,7 @@ __metadata:
copy-webpack-plugin: "npm:^12.0.2"
css-loader: "npm:6.8.1"
fs-extra: "npm:^11.3.0"
mocha: "npm:^11.0.1"
mocha: "npm:^11.1.0"
mocha-jenkins-reporter: "npm:^0.4.8"
monaco-editor: "npm:^0.50.0"
monaco-yaml: "npm:5.2.3"
Expand Down

0 comments on commit 35b08ad

Please sign in to comment.