diff --git a/package-lock.json b/package-lock.json index ec15541a99..f11c32e7f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -116,7 +116,7 @@ "husky": "9.1.7", "istanbul": "0.4.5", "lint-staged": "~15.5.2", - "mocha": "11.7.5", + "mocha": "11.7.6", "sinon": "19.0.5", "source-map-support": "0.5.21", "xml2js": ">=0.5.0" @@ -7912,9 +7912,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4ccda12dff..e1356e0051 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "husky": "9.1.7", "istanbul": "0.4.5", "lint-staged": "~15.5.2", - "mocha": "11.7.5", + "mocha": "11.7.6", "sinon": "19.0.5", "source-map-support": "0.5.21", "xml2js": ">=0.5.0"