diff --git a/package-lock.json b/package-lock.json index 34a5ac19..e8e6f9f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ }, "devDependencies": { "@types/fs-extra": "^11.0.3", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/node": "^22.7.4", "@types/ps-tree": "^1.1.4", "@types/sinon": "^17.0.3", @@ -502,9 +502,9 @@ } }, "node_modules/@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "version": "10.0.9", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", + "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", "dev": true }, "node_modules/@types/node": { diff --git a/package.json b/package.json index bdcfbe8e..57cbe7d1 100644 --- a/package.json +++ b/package.json @@ -460,7 +460,7 @@ }, "devDependencies": { "@types/fs-extra": "^11.0.3", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/node": "^22.7.4", "@types/ps-tree": "^1.1.4", "@types/sinon": "^17.0.3",