diff --git a/package-lock.json b/package-lock.json index d83341287..8924ab822 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@eslint/js": "9.10.0", "@types/fs-extra": "11.0.4", "@types/inquirer": "9.0.7", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/node": "22.5.5", "@types/yargs": "17.0.33", "assert": "2.1.0", @@ -1014,9 +1014,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/mute-stream": { diff --git a/package.json b/package.json index 246ce9059..94a397a6e 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,7 @@ "@eslint/js": "9.10.0", "@types/fs-extra": "11.0.4", "@types/inquirer": "9.0.7", - "@types/mocha": "10.0.8", + "@types/mocha": "10.0.9", "@types/node": "22.5.5", "@types/yargs": "17.0.33", "assert": "2.1.0",