diff --git a/package-lock.json b/package-lock.json index 1190dae2..723a09d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,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/mock-knex": "^0.4.8", "@types/node": "^22.9.1", "@types/supertest": "^6.0.2", @@ -3882,9 +3882,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 8e2d8474..6aab871b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,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/mock-knex": "^0.4.8", "@types/node": "^22.9.1", "@types/supertest": "^6.0.2",