diff --git a/package-lock.json b/package-lock.json index ca7691fb..397138f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "chai-as-promised": "npm:@rvagg/chai-as-promised@^8.0.2", "eslint-formatter-gha": "^1.5.1", "eslint-plugin-mocha": "^10.5.0", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", "mocha-reporter-sonarqube": "^2.1.1", @@ -9320,9 +9320,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, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5c07259e..f817230d 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "chai-as-promised": "npm:@rvagg/chai-as-promised@^8.0.2", "eslint-formatter-gha": "^1.5.1", "eslint-plugin-mocha": "^10.5.0", - "mocha": "^10.7.3", + "mocha": "^10.8.1", "mocha-multi": "^1.1.7", "mocha-reporter-gha": "^1.1.1", "mocha-reporter-sonarqube": "^2.1.1",