diff --git a/lang/js/package-lock.json b/lang/js/package-lock.json index 3e32efec013..cc6de43a26d 100644 --- a/lang/js/package-lock.json +++ b/lang/js/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "jshint": "^2.13.4", - "mocha": "11.7.6", + "mocha": "11.8.0", "nyc": "^18.0.0", "tmp": "^0.2.1" } @@ -1760,9 +1760,9 @@ } }, "node_modules/mocha": { - "version": "11.7.6", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.7.6.tgz", - "integrity": "sha512-nS9xOGbw2I3cjCpxwZAEJ9xK9lmJ08vEkQvLtz4du9ZrF9UrjRpeJGiIgl2Z+Qs++pmB4ecDe48Fwsh+j+j7xA==", + "version": "11.8.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-11.8.0.tgz", + "integrity": "sha512-VyCeUdGN3A9lmCTTgG4yuvY9ixxaDk+xt2R/7/+1AP6EqNG+G9OKkzBwhVtVYoNX8YsxNSgAl8mOv3IAeOpFbw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/lang/js/package.json b/lang/js/package.json index 258a3e1a025..188bbb80bca 100644 --- a/lang/js/package.json +++ b/lang/js/package.json @@ -47,7 +47,7 @@ "devDependencies": { "nyc": "^18.0.0", "jshint": "^2.13.4", - "mocha": "11.7.6", + "mocha": "11.8.0", "tmp": "^0.2.1" }, "overrides": {