diff --git a/package-lock.json b/package-lock.json index 8ced4ecb..6d1882b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "chai": "^4.5.0", "chai-as-promised": "^8.0.0", "eslint": "^9.13.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "sinon": "^19.0.2", "sinon-chai": "^3.5.0" @@ -2430,9 +2430,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.2", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-10.8.2.tgz", + "integrity": "sha512-VZlYo/WE8t1tstuRmqgeyBgCbJc/lEdopaa+axcKzTBJ+UIdlAB9XnmvTCAH4pwR4ElNInaedhEBmZD8iCSVEg==", "dev": true, "dependencies": { "ansi-colors": "^4.1.3", diff --git a/package.json b/package.json index bd7cce04..e78f7c9c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "chai": "^4.5.0", "chai-as-promised": "^8.0.0", "eslint": "^9.13.0", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "sinon": "^19.0.2", "sinon-chai": "^3.5.0"