diff --git a/package-lock.json b/package-lock.json index 3ef766850..f1f5156e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "@types/estree": "^1.0.6", "@types/fs-extra": "^11.0.4", "@types/gulp": "^4.0.17", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^22.9.3", "@types/recursive-readdir": "^2.2.4", "@types/rimraf": "2.0.2", @@ -1190,9 +1190,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", + "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" }, diff --git a/package.json b/package.json index 47b11fc0d..2b65dcda0 100644 --- a/package.json +++ b/package.json @@ -616,7 +616,7 @@ "@types/estree": "^1.0.6", "@types/fs-extra": "^11.0.4", "@types/gulp": "^4.0.17", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^22.9.3", "@types/recursive-readdir": "^2.2.4", "@types/rimraf": "2.0.2",