Chore(deps-dev): Bump mocha from 11.6.0 to 11.7.0 (#928)

Bumps [mocha](https://github.com/mochajs/mocha) from 11.6.0 to 11.7.0.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mochajs/mocha/compare/v11.6.0...v11.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-06-23 20:11:48 +02:00 committed by GitHub
parent 3bec2063e4
commit b3b42bb078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -9,7 +9,7 @@
"chai": "^4.3.6",
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0",
"mocha": "^11.6.0",
"mocha": "^11.7.0",
"mock-local-storage": "^1.1.24",
"nyc": "^17.1.0",
"sass": "^1.89.2",
@ -3556,9 +3556,9 @@
"dev": true
},
"node_modules/mocha": {
"version": "11.6.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.6.0.tgz",
"integrity": "sha512-i0JVb+OUBqw63X/1pC3jCyJsqYisgxySBbsQa8TKvefpA1oEnw7JXxXnftfMHRsw7bEEVGRtVlHcDYXBa7FzVw==",
"version": "11.7.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz",
"integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -8030,9 +8030,9 @@
"dev": true
},
"mocha": {
"version": "11.6.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.6.0.tgz",
"integrity": "sha512-i0JVb+OUBqw63X/1pC3jCyJsqYisgxySBbsQa8TKvefpA1oEnw7JXxXnftfMHRsw7bEEVGRtVlHcDYXBa7FzVw==",
"version": "11.7.0",
"resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz",
"integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==",
"dev": true,
"requires": {
"browser-stdout": "^1.3.1",

View File

@ -12,7 +12,7 @@
"chai": "^4.3.6",
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0",
"mocha": "^11.6.0",
"mocha": "^11.7.0",
"mock-local-storage": "^1.1.24",
"nyc": "^17.1.0",
"sass": "^1.89.2",