diff --git a/src/frontend/package-lock.json b/src/frontend/package-lock.json index b28c81e5f7..099eeba7e6 100644 --- a/src/frontend/package-lock.json +++ b/src/frontend/package-lock.json @@ -52,13 +52,13 @@ "@types/styled-components": "5.1.36", "@typescript-eslint/eslint-plugin": "8.58.2", "@typescript-eslint/parser": "8.58.2", - "cypress": "15.13.1", + "cypress": "15.14.0", "eslint": "9.39.4", "eslint-config-next": "16.2.4", "eslint-plugin-react": "7.37.5", - "eslint-plugin-react-hooks": "7.0.1", + "eslint-plugin-react-hooks": "7.1.0", "ts-proto": "2.11.6", - "typescript": "6.0.2" + "typescript": "6.0.3" } }, "node_modules/@babel/code-frame": { @@ -5375,9 +5375,9 @@ "license": "BSD-2-Clause" }, "node_modules/cypress": { - "version": "15.13.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.13.1.tgz", - "integrity": "sha512-jLkgo75zlwo7PhXp0XJot+zIfFSDzN1SvTml6Xf3ETM1XHRWnH3Q4LAR3orCo/BsnxPnhjG3m5HYSvn9DAtwBg==", + "version": "15.14.0", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-15.14.0.tgz", + "integrity": "sha512-AHt9YLKVl6uOFfXsLM3+LSZFwsx36BJRyFv4CjsqcRgr+V9kir0IPVRZUgqZVNudRalx771A1c4yR3DmXvSiBQ==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -6305,9 +6305,9 @@ } }, "node_modules/eslint-plugin-react-hooks": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.0.1.tgz", - "integrity": "sha512-O0d0m04evaNzEPoSW+59Mezf8Qt0InfgGIBJnpC0h3NH/WjUAR7BIKUfysC6todmtiZ/A0oUVS8Gce0WhBrHsA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-7.1.0.tgz", + "integrity": "sha512-LDicyhrRFrIaheDYryeM2W8gWyZXnAs4zIr2WVPiOSeTmIu2RjR4x/9N0xLaRWZ+9hssBDGo3AadcohuzAvSvg==", "dev": true, "license": "MIT", "dependencies": { @@ -6321,7 +6321,7 @@ "node": ">=18" }, "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0 || ^10.0.0" } }, "node_modules/eslint-plugin-react/node_modules/balanced-match": { @@ -10426,9 +10426,9 @@ } }, "node_modules/typescript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", - "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/src/frontend/package.json b/src/frontend/package.json index f0d6e7b0ce..1cb1ec37a5 100644 --- a/src/frontend/package.json +++ b/src/frontend/package.json @@ -55,12 +55,12 @@ "@types/styled-components": "5.1.36", "@typescript-eslint/eslint-plugin": "8.58.2", "@typescript-eslint/parser": "8.58.2", - "cypress": "15.13.1", + "cypress": "15.14.0", "eslint": "9.39.4", "eslint-config-next": "16.2.4", "eslint-plugin-react": "7.37.5", - "eslint-plugin-react-hooks": "7.0.1", + "eslint-plugin-react-hooks": "7.1.0", "ts-proto": "2.11.6", - "typescript": "6.0.2" + "typescript": "6.0.3" } }