diff --git a/tests/package-lock.json b/tests/package-lock.json index ed41e34..2da627a 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "chai": "^6.0.1", "circom_tester": "^0.0.24", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "snarkjs": "^0.7.6" } }, @@ -1336,9 +1336,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/tests/package.json b/tests/package.json index d80cf8a..ae2572a 100644 --- a/tests/package.json +++ b/tests/package.json @@ -13,7 +13,7 @@ "devDependencies": { "chai": "^6.0.1", "circom_tester": "^0.0.24", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "snarkjs": "^0.7.6" } }