diff --git a/package-lock.json b/package-lock.json index 73e13ca..bc62796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,10 +22,10 @@ "winston": "3.14.2" }, "devDependencies": { - "@types/mocha": "10.0.7", + "@types/mocha": "10.0.10", "@types/node": "22.5.4", "@types/sinon": "17.0.3", - "mocha": "10.7.3", + "mocha": "10.8.2", "typescript": "5.6.2" }, "engines": { @@ -306,11 +306,10 @@ "license": "(Unlicense OR Apache-2.0)" }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", - "dev": true, - "license": "MIT" + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", + "dev": true }, "node_modules/@types/node": { "version": "22.5.4", @@ -951,11 +950,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 b70e6c1..8029c5e 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,10 @@ "access": "public" }, "devDependencies": { - "@types/mocha": "10.0.7", + "@types/mocha": "10.0.10", "@types/node": "22.5.4", "@types/sinon": "17.0.3", - "mocha": "10.7.3", + "mocha": "10.8.2", "typescript": "5.6.2" }, "dependencies": {