diff --git a/package-lock.json b/package-lock.json index bcf23339..d50fd89b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@types/chai": "^4.3.19", "@types/chai-as-promised": "^8.0.0", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/mock-knex": "^0.4.8", "@types/node": "^22.5.4", "@types/supertest": "^6.0.2", @@ -3869,9 +3869,9 @@ "license": "MIT" }, "node_modules/@types/mocha": { - "version": "10.0.7", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", - "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", + "version": "10.0.8", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", + "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 86883ead..0f16948c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/chai": "^4.3.19", "@types/chai-as-promised": "^8.0.0", "@types/express": "^4.17.21", - "@types/mocha": "^10.0.7", + "@types/mocha": "^10.0.8", "@types/mock-knex": "^0.4.8", "@types/node": "^22.5.4", "@types/supertest": "^6.0.2",