diff --git a/package-lock.json b/package-lock.json index 997e64c..be8aa40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "devDependencies": { "@types/lodash": "^4.17.7", "@types/lodash.debounce": "^4.0.9", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "22.x", "@types/vscode": "^1.91.0", "@typescript-eslint/eslint-plugin": "^7.14.1", @@ -737,10 +737,11 @@ } }, "node_modules/@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", - "dev": true + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { "version": "22.10.5", diff --git a/package.json b/package.json index 2af475b..b208c65 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "devDependencies": { "@types/lodash": "^4.17.7", "@types/lodash.debounce": "^4.0.9", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "22.x", "@types/vscode": "^1.91.0", "@typescript-eslint/eslint-plugin": "^7.14.1",