diff --git a/package-lock.json b/package-lock.json index 81038c9..d349a32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "chai": "^4.4.1", "chai-as-promised": "^8.0.0", "eslint": "^8.57.1", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "sinon": "^19.0.2", "sinon-chai": "^3.7.0", @@ -3872,11 +3872,10 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, - "license": "MIT", "dependencies": { "ansi-colors": "^4.1.3", "browser-stdout": "^1.3.1", diff --git a/package.json b/package.json index 009b773..df090ea 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "chai": "^4.4.1", "chai-as-promised": "^8.0.0", "eslint": "^8.57.1", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "sinon": "^19.0.2", "sinon-chai": "^3.7.0",