diff --git a/package-lock.json b/package-lock.json index 99a0701d..434e78c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@types/chai": "^5.0.0", "@types/chai-as-promised": "^8.0.1", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/multer": "^1.4.12", "@types/node": "^22.7.4", "@types/supertest": "^6.0.2", @@ -4361,9 +4361,9 @@ "license": "MIT" }, "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, "license": "MIT" }, diff --git a/package.json b/package.json index b4c4eeff..be898902 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@types/chai": "^5.0.0", "@types/chai-as-promised": "^8.0.1", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.9", "@types/multer": "^1.4.12", "@types/node": "^22.7.4", "@types/supertest": "^6.0.2",