diff --git a/package-lock.json b/package-lock.json index 6cb9a0cd0..ecaadc2d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "@playwright/test": "^1.44.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.0", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/node-fetch": "^2.6.11", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", @@ -6142,9 +6142,9 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "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.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "dev": true }, "node_modules/@types/ms": { @@ -26119,9 +26119,9 @@ "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" }, "@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.7", + "resolved": "https://registry.npmjs.org/@types/mocha/-/mocha-10.0.7.tgz", + "integrity": "sha512-GN8yJ1mNTcFcah/wKEFIJckJx9iJLoMSzWcfRRuxz/Jk+U6KQNnml+etbtxFK8lPjzOw3zp4Ha/kjSst9fsHYw==", "dev": true }, "@types/ms": { diff --git a/package.json b/package.json index 82a77f9fd..021e0d73f 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@playwright/test": "^1.44.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^16.0.0", - "@types/mocha": "^10.0.6", + "@types/mocha": "^10.0.7", "@types/node-fetch": "^2.6.11", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0",