diff --git a/package-lock.json b/package-lock.json index b335bb4be16..a4960de62c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -53,7 +53,7 @@ "@types/express": "4.17.21", "@types/gulp": "4.0.17", "@types/http-errors": "2.0.4", - "@types/mocha": "10.0.9", + "@types/mocha": "10.0.10", "@types/node": "22.9.0", "@types/sinon": "17.0.3", "@types/supertest": "6.0.2", @@ -14099,11 +14099,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.9.0", diff --git a/package.json b/package.json index 48ab6873653..7f740a2af6d 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@types/express": "4.17.21", "@types/gulp": "4.0.17", "@types/http-errors": "2.0.4", - "@types/mocha": "10.0.9", + "@types/mocha": "10.0.10", "@types/node": "22.9.0", "@types/sinon": "17.0.3", "@types/supertest": "6.0.2",