diff --git a/package-lock.json b/package-lock.json index d168ee16..f9c2662a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "@types/flat": "^5.0.5", "@types/js-yaml": "^4.0.9", "@types/markup-js": "^1.5.0", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^22.10.1", "@types/sinon": "^17.0.3", "@vercel/ncc": "^0.38.3", @@ -675,11 +675,10 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.9", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.9.tgz", - "integrity": "sha512-sicdRoWtYevwxjOHNMPTl3vSfJM6oyW8o1wXeI7uww6b6xHg8eBznQDNSGBCDJmsE8UMxP05JgZRtsKbTqt//Q==", - "dev": true, - "license": "MIT" + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", + "dev": true }, "node_modules/@types/node": { "version": "22.10.1", diff --git a/package.json b/package.json index 28bccb5a..892efc0d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@types/flat": "^5.0.5", "@types/js-yaml": "^4.0.9", "@types/markup-js": "^1.5.0", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^22.10.1", "@types/sinon": "^17.0.3", "@vercel/ncc": "^0.38.3",