Skip to content

Commit

Permalink
chore(deps-dev): bump mocha from 10.7.3 to 10.8.1
Browse files Browse the repository at this point in the history
Bumps [mocha](https://github.com/mochajs/mocha) from 10.7.3 to 10.8.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...v10.8.1)

---
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 and apupier committed Oct 30, 2024
1 parent 15bd74b commit 3e56549
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
"copy-webpack-plugin": "^12.0.2",
"css-loader": "6.8.1",
"fs-extra": "^11.2.0",
"mocha": "^10.7.3",
"mocha": "^10.8.1",
"mocha-jenkins-reporter": "^0.4.8",
"node-fetch": "2",
"npm-link-shared": "^0.5.6",
Expand Down
35 changes: 33 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5781,7 +5781,7 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:^10.2.0, mocha@npm:^10.7.3":
"mocha@npm:^10.2.0":
version: 10.7.3
resolution: "mocha@npm:10.7.3"
dependencies:
Expand Down Expand Up @@ -5812,6 +5812,37 @@ __metadata:
languageName: node
linkType: hard

"mocha@npm:^10.8.1":
version: 10.8.1
resolution: "mocha@npm:10.8.1"
dependencies:
ansi-colors: "npm:^4.1.3"
browser-stdout: "npm:^1.3.1"
chokidar: "npm:^3.5.3"
debug: "npm:^4.3.5"
diff: "npm:^5.2.0"
escape-string-regexp: "npm:^4.0.0"
find-up: "npm:^5.0.0"
glob: "npm:^8.1.0"
he: "npm:^1.2.0"
js-yaml: "npm:^4.1.0"
log-symbols: "npm:^4.1.0"
minimatch: "npm:^5.1.6"
ms: "npm:^2.1.3"
serialize-javascript: "npm:^6.0.2"
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-unparser: "npm:^2.0.0"
bin:
_mocha: bin/_mocha
mocha: bin/mocha.js
checksum: 10/e1b93c98fb199aaa944de7239bbda81f5a7cacdf47a57549def306f830c0ebfe9a01e7b878fcc39007b861275f5df0324f7c771eb3f320b3d7f1839be89f55e2
languageName: node
linkType: hard

"moment@npm:^2.14.1, moment@npm:^2.29.1":
version: 2.30.1
resolution: "moment@npm:2.30.1"
Expand Down Expand Up @@ -8387,7 +8418,7 @@ __metadata:
copy-webpack-plugin: "npm:^12.0.2"
css-loader: "npm:6.8.1"
fs-extra: "npm:^11.2.0"
mocha: "npm:^10.7.3"
mocha: "npm:^10.8.1"
mocha-jenkins-reporter: "npm:^0.4.8"
monaco-editor: "npm:^0.50.0"
monaco-yaml: "npm:^5.1.1"
Expand Down

0 comments on commit 3e56549

Please sign in to comment.