diff --git a/package-lock.json b/package-lock.json index 8ad4a329..00c3dae4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "chai": "^6.2.2", "eslint": "^10.8.0", "globals": "^17.7.0", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "mock-local-storage": "^1.1.24", "nyc": "^18.0.0", "sass": "^1.101.0", @@ -3972,9 +3972,9 @@ "dev": true }, "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 488e1de0..578a98a0 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "chai": "^6.2.2", "eslint": "^10.8.0", "globals": "^17.7.0", - "mocha": "^11.7.6", + "mocha": "^11.8.0", "mock-local-storage": "^1.1.24", "nyc": "^18.0.0", "sass": "^1.101.0",