diff --git a/ClientAdvisor/App/frontend/package-lock.json b/ClientAdvisor/App/frontend/package-lock.json index 37a09c8e4..2886c07d4 100644 --- a/ClientAdvisor/App/frontend/package-lock.json +++ b/ClientAdvisor/App/frontend/package-lock.json @@ -35,7 +35,7 @@ "@types/eslint-config-prettier": "^6.11.3", "@types/jest": "^29.5.12", "@types/lodash-es": "^4.17.12", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.10", "@types/node": "^20.14.1", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10", @@ -2978,9 +2978,9 @@ } }, "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==", + "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": { @@ -16087,9 +16087,9 @@ } }, "@types/mocha": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.6.tgz", - "integrity": "sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==", + "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/ClientAdvisor/App/frontend/package.json b/ClientAdvisor/App/frontend/package.json index d46f1a94e..d9e0077d8 100644 --- a/ClientAdvisor/App/frontend/package.json +++ b/ClientAdvisor/App/frontend/package.json @@ -43,7 +43,7 @@ "@types/eslint-config-prettier": "^6.11.3", "@types/jest": "^29.5.12", "@types/lodash-es": "^4.17.12", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.10", "@types/node": "^20.14.1", "@types/react": "^18.0.27", "@types/react-dom": "^18.0.10",