diff --git a/package-lock.json b/package-lock.json index bd201cb..42a53b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "eslint": "^9.11.1", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "sinon": "^18.0.0", "sinon-chai": "^3.7.0" @@ -3327,9 +3327,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 f313ad7..afb04a9 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "chai": "^4.5.0", "chai-as-promised": "^7.1.2", "eslint": "^9.11.1", - "mocha": "^10.7.3", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "sinon": "^18.0.0", "sinon-chai": "^3.7.0"