diff --git a/package-lock.json b/package-lock.json index a216973f..15684e19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/chai": "^5.0.1", "@types/chai-as-promised": "^8.0.1", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/multer": "^1.4.12", "@types/node": "^22.9.1", "@types/supertest": "^6.0.2", @@ -3761,9 +3761,9 @@ "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==", + "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 f4a04e91..067a4392 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/chai": "^5.0.1", "@types/chai-as-promised": "^8.0.1", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/multer": "^1.4.12", "@types/node": "^22.9.1", "@types/supertest": "^6.0.2",