diff --git a/package-lock.json b/package-lock.json index cdd104147..0dfcde556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "@types/chai": "^5.0.1", "@types/clipboard": "^2.0.7", "@types/file-saver": "^2.0.7", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.10", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "@types/sanitize-html": "^2.13.0", @@ -2496,9 +2496,9 @@ "dev": true }, "node_modules/@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "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": { @@ -18172,9 +18172,9 @@ "dev": true }, "@types/mocha": { - "version": "10.0.8", - "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.8.tgz", - "integrity": "sha512-HfMcUmy9hTMJh66VNcmeC9iVErIZJli2bszuXc6julh5YGuRb/W5OnkHjwLNYdFlMis0sY3If5SEAp+PktdJjw==", + "version": "10.0.10", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.10.tgz", + "integrity": "sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==", "dev": true }, "@types/node": { diff --git a/package.json b/package.json index 5207a2a3c..21e1183bc 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@types/chai": "^5.0.1", "@types/clipboard": "^2.0.7", "@types/file-saver": "^2.0.7", - "@types/mocha": "^10.0.8", + "@types/mocha": "^10.0.10", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.1", "@types/sanitize-html": "^2.13.0",