diff --git a/package-lock.json b/package-lock.json index 09e4a79..5be8e2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "chai-as-promised": "^8.0.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.37.2", - "mocha": "^10.3.0", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "rimraf": "^5.0.5", "sinon": "^19.0.2", @@ -5884,9 +5884,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 002e5ae..78940b9 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "chai-as-promised": "^8.0.0", "eslint": "^8.57.0", "eslint-plugin-react": "^7.37.2", - "mocha": "^10.3.0", + "mocha": "^10.8.2", "proxyquire": "^2.1.3", "rimraf": "^5.0.5", "sinon": "^19.0.2",