diff --git a/package-lock.json b/package-lock.json index 3dbe6e2..82de1ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,7 +52,7 @@ "globals": "^17.1.0", "husky": "=9.1.7", "lint-staged": "=17.2.0", - "mocha": "=11.7.6", + "mocha": "=11.8.0", "prettier": "=3.9.6", "rimraf": "=6.1.3", "semantic-release": "^25.0.2", @@ -7805,9 +7805,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/package.json b/package.json index af97190..8a75ae6 100644 --- a/package.json +++ b/package.json @@ -105,7 +105,7 @@ "globals": "^17.1.0", "husky": "=9.1.7", "lint-staged": "=17.2.0", - "mocha": "=11.7.6", + "mocha": "=11.8.0", "prettier": "=3.9.6", "rimraf": "=6.1.3", "semantic-release": "^25.0.2",