diff --git a/package-lock.json b/package-lock.json index 5b59565e..7a22b765 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,7 +77,7 @@ "@types/lodash.get": "^4.4.9", "@types/lodash.isequal": "^4.5.8", "@types/lodash.throttle": "^4.1.9", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.10", "@types/randomcolor": "^0.5.9", "@types/react": "^18.2.67", "@types/react-aria-menubutton": "^6.2.14", @@ -2653,10 +2653,11 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", - "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", - "dev": true + "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" }, "node_modules/@types/node": { "version": "20.11.30", diff --git a/package.json b/package.json index 5433d5fb..283051e2 100644 --- a/package.json +++ b/package.json @@ -108,7 +108,7 @@ "@types/lodash.get": "^4.4.9", "@types/lodash.isequal": "^4.5.8", "@types/lodash.throttle": "^4.1.9", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.10", "@types/randomcolor": "^0.5.9", "@types/react": "^18.2.67", "@types/react-aria-menubutton": "^6.2.14",