From 6a645db11df10dc5158e69ca627ebe4b51a7aba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:22:37 +0000 Subject: [PATCH] chore: update dependency mocha to ^11.7.6 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- benchmark/package.json | 2 +- examples/soap-calculator/package.json | 2 +- package-lock.json | 13 +++++++------ packages/build/package.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/benchmark/package.json b/benchmark/package.json index 7d662a78db06..45af767eea7c 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -60,7 +60,7 @@ "@types/benchmark": "^2.1.5", "@types/mocha": "^10.0.10", "@types/node": "^20.19.41", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "source-map-support": "^0.5.21" } } diff --git a/examples/soap-calculator/package.json b/examples/soap-calculator/package.json index a0fa7914cd7a..a69265fb56c7 100644 --- a/examples/soap-calculator/package.json +++ b/examples/soap-calculator/package.json @@ -61,7 +61,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "source-map-support": "^0.5.21", "typescript": "~5.2.2" } diff --git a/package-lock.json b/package-lock.json index 879decd753a4..11b40c2c2556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -257,7 +257,7 @@ "@types/benchmark": "^2.1.5", "@types/mocha": "^10.0.10", "@types/node": "^20.19.41", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "source-map-support": "^0.5.21" }, "engines": { @@ -1136,7 +1136,7 @@ "@types/mocha": "^10.0.10", "@types/node": "^20.19.41", "eslint": "^8.57.1", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "source-map-support": "^0.5.21", "typescript": "~5.2.2" }, @@ -25791,9 +25791,9 @@ } }, "node_modules/mocha": { - "version": "11.7.5", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.5.tgz", - "integrity": "sha512-mTT6RgopEYABzXWFx+GcJ+ZQ32kp4fMf0xvpZIIfSq9Z8lC/++MtcCnQ9t5FP2veYEP95FIYSvW+U9fV4xrlig==", + "version": "11.7.6", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", + "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", "license": "MIT", "dependencies": { "browser-stdout": "^1.3.1", @@ -25839,6 +25839,7 @@ "version": "10.5.0", "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", + "deprecated": "Old versions of glob are not supported, and contain widely publicized security vulnerabilities, which have been fixed in the current version. Please update. Support for old versions may be purchased (at exorbitant rates) by contacting i@izs.me", "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", @@ -39092,7 +39093,7 @@ "fs-extra": "^11.3.5", "glob": "^13.0.6", "lodash": "^4.18.1", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "nyc": "^18.0.0", "prettier": "^3.8.3", "rimraf": "^5.0.10", diff --git a/packages/build/package.json b/packages/build/package.json index 1ef6e97eb119..6bf4392736e6 100644 --- a/packages/build/package.json +++ b/packages/build/package.json @@ -40,7 +40,7 @@ "fs-extra": "^11.3.5", "glob": "^13.0.6", "lodash": "^4.18.1", - "mocha": "^11.7.5", + "mocha": "^11.7.6", "nyc": "^18.0.0", "prettier": "^3.8.3", "rimraf": "^5.0.10",