Skip to content

Commit ae6943f

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps-dev): bump mocha from 10.8.2 to 11.0.1 in /web
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]>
1 parent d9af236 commit ae6943f

File tree

3 files changed

+251
-30
lines changed

3 files changed

+251
-30
lines changed

web/package-lock.json

+249-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-hooks": "^5.1.0-rc.1",
2929
"eslint-plugin-react-refresh": "^0.4.16",
3030
"globals": "^15.13.0",
31-
"mocha": "^10.8.2",
31+
"mocha": "^11.0.1",
3232
"prettier": "^3.4.1",
3333
"stylelint": "^16.11.0",
3434
"stylelint-config-standard": "^36.0.1",

web/packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"autoprefixer": "^10.4.20",
2929
"cssnano": "^7.0.6",
3030
"cssnano-preset-advanced": "^7.0.6",
31-
"mocha": "^10.8.2",
31+
"mocha": "^11.0.1",
3232
"postcss": "^8.4.49",
3333
"postcss-nesting": "^13.0.1",
3434
"replace-in-file": "^8.2.0",

0 commit comments

Comments
 (0)