diff --git a/package-lock.json b/package-lock.json index c5f389f7..4583b221 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "lint-staged": "^15.2.10", "load-grunt-config": "^4.0.1", "memfs": "^4.14.0", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.24.0", @@ -9995,9 +9995,9 @@ } }, "node_modules/mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", @@ -21390,9 +21390,9 @@ } }, "mocha": { - "version": "10.7.3", - "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.7.3.tgz", - "integrity": "sha512-uQWxAu44wwiACGqjbPYmjo7Lg8sFrS3dQe7PP2FQI+woptP4vZXSMcfMyFL/e1yFEeEpV4RtyTpZROOKmxis+A==", + "version": "10.8.1", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.1.tgz", + "integrity": "sha512-WxSpEWgF03HfgNKBuysfK40DUaOSVX5zxgLDoieMGO+zyE69iq2eQ1vBypvIJ5mOPKpuVAqWiTbt4Orj7L6wVw==", "dev": true, "requires": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index 4285d593..c56dd005 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "lint-staged": "^15.2.10", "load-grunt-config": "^4.0.1", "memfs": "^4.14.0", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "prettier": "^3.3.3", "rimraf": "^6.0.1", "rollup": "^4.24.0",