diff --git a/package-lock.json b/package-lock.json index c068cae..9bdd618 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "@types/chai-fs": "^2.0.5", "@types/chai-string": "^1.4.5", "@types/download": "^8.0.5", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "22.x", "@types/sinon": "^17.0.3", "@types/vscode": "^1.84.0", @@ -1131,9 +1131,9 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", + "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": { diff --git a/package.json b/package.json index 1c570ae..610cc18 100644 --- a/package.json +++ b/package.json @@ -426,7 +426,7 @@ "@types/chai-fs": "^2.0.5", "@types/chai-string": "^1.4.5", "@types/download": "^8.0.5", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "22.x", "@types/sinon": "^17.0.3", "@types/vscode": "^1.84.0",