diff --git a/package-lock.json b/package-lock.json index e3c1b5f..1cba56b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@idrinth/duplicate-style-check": "^1.1.0", "@napi-rs/image": "^1.9.2", "@types/chai": "^5.0.0", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/node": "^22.7.9", "c8": "^10.1.2", "chai": "^5.1.1", @@ -1178,9 +1178,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/ms": { diff --git a/package.json b/package.json index d3c435b..4e972c4 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "typescript": "^5.5.3", "c8": "^10.1.2", "ts-node": "^10.9.2", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/chai": "^5.0.0", "@napi-rs/image": "^1.9.2" },