diff --git a/package-lock.json b/package-lock.json index a45e658..8e88c29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "esbuild": "0.24.0", "esbuild-register": "3.6.0", "eslint": "8.57.1", - "mocha": "10.7.3", + "mocha": "10.8.1", "rollup": "3.28.1", "semantic-release": "21.1.0", "typescript": "5.1.6" @@ -4112,9 +4112,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", @@ -12065,9 +12065,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 bf3f8f7..1cb3c7d 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "esbuild": "0.24.0", "esbuild-register": "3.6.0", "eslint": "8.57.1", - "mocha": "10.7.3", + "mocha": "10.8.1", "rollup": "3.28.1", "semantic-release": "21.1.0", "typescript": "5.1.6"