diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json index 4b0693715e7..9828d0b4a98 100644 --- a/lang/js/package-lock.json +++ b/lang/js/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "devDependencies": { "jshint": "^2.13.4", - "mocha": "11.7.5", + "mocha": "11.7.6", "nyc": "^18.0.0", "tmp": "^0.2.1" } @@ -1757,9 +1757,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/lang/js/package.json b/lang/js/package.json index b926fb07a84..a28b71fc11f 100644 --- a/lang/js/package.json +++ b/lang/js/package.json @@ -45,7 +45,7 @@ "devDependencies": { "nyc": "^18.0.0", "jshint": "^2.13.4", - "mocha": "11.7.5", + "mocha": "11.7.6", "tmp": "^0.2.1" }, "overrides": {