From 7dc2d64cc0ba9c5cf019a09ea3139a678186e33d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:25:14 +0000 Subject: [PATCH] Chore(deps-dev): Bump mocha from 11.7.0 to 11.7.1 Bumps [mocha](https://github.com/mochajs/mocha) from 11.7.0 to 11.7.1. - [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.7.0...v11.7.1) --- updated-dependencies: - dependency-name: mocha dependency-version: 11.7.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 15 +++++++-------- package.json | 2 +- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 944268f2..72f8d091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "chai": "^4.3.6", "eslint": "^8.20.0", "eslint-config-google": "^0.14.0", - "mocha": "^11.7.0", + "mocha": "^11.7.1", "mock-local-storage": "^1.1.24", "nyc": "^17.1.0", "sass": "^1.89.2", @@ -3719,11 +3719,10 @@ "dev": true }, "node_modules/mocha": { - "version": "11.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz", - "integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==", + "version": "11.7.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", + "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", "dev": true, - "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", "chokidar": "^4.0.1", @@ -8389,9 +8388,9 @@ "dev": true }, "mocha": { - "version": "11.7.0", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.0.tgz", - "integrity": "sha512-bXfLy/mI8n4QICg+pWj1G8VduX5vC0SHRwFpiR5/Fxc8S2G906pSfkyMmHVsdJNQJQNh3LE67koad9GzEvkV6g==", + "version": "11.7.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.1.tgz", + "integrity": "sha512-5EK+Cty6KheMS/YLPPMJC64g5V61gIR25KsRItHw6x4hEKT6Njp1n9LOlH4gpevuwMVS66SXaBBpg+RWZkza4A==", "dev": true, "requires": { "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 4f319d4d..4fd07135 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "chai": "^4.3.6", "eslint": "^8.20.0", "eslint-config-google": "^0.14.0", - "mocha": "^11.7.0", + "mocha": "^11.7.1", "mock-local-storage": "^1.1.24", "nyc": "^17.1.0", "sass": "^1.89.2",