diff --git a/package-lock.json b/package-lock.json index d96247dd0..649af92aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@types/clone-deep": "^4.0.4", "@types/fs-extra": "^11.0.4", "@types/js-yaml": "^4.0.9", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/node": "^22.7.5", "@types/selenium-webdriver": "^4.1.26", "@types/targz": "^1.0.4", @@ -2073,9 +2073,9 @@ "dev": true }, "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 e57a0f2cd..27dedb839 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@types/clone-deep": "^4.0.4", "@types/fs-extra": "^11.0.4", "@types/js-yaml": "^4.0.9", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/node": "^22.7.5", "@types/selenium-webdriver": "^4.1.26", "@types/targz": "^1.0.4",