diff --git a/package-lock.json b/package-lock.json index b1c53b8e5..2f4219419 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@types/chai-like": "^1.1.3", "@types/chai-things": "^0.0.38", "@types/chrome": "^0.0.270", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^20.17.6", "@types/simulant": "^0.2.2", "@types/sinon-chai": "^3.2.12", @@ -3856,9 +3856,9 @@ } }, "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 }, "node_modules/@types/ms": { @@ -24742,9 +24742,9 @@ } }, "@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 }, "@types/ms": { diff --git a/package.json b/package.json index 168578f95..c4644234b 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@types/chai-like": "^1.1.3", "@types/chai-things": "^0.0.38", "@types/chrome": "^0.0.270", - "@types/mocha": "^10.0.9", + "@types/mocha": "^10.0.10", "@types/node": "^20.17.6", "@types/simulant": "^0.2.2", "@types/sinon-chai": "^3.2.12",