diff --git a/package-lock.json b/package-lock.json index 6aa185b..78f158a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "next": "^15.5.4", "next-auth": "5.0.0-beta.29", "pino": "^9.11.0", - "react": "^19.0.0", + "react": "^19.2.0", "react-dom": "^19.0.0", "react-hook-form": "^7.63.0", "reactflow": "^11.11.4", @@ -47,7 +47,7 @@ "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@types/node": "^20.19.17", - "@types/react": "^19.1.13", + "@types/react": "^19.2.0", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.3", "@vitest/coverage-v8": "^3.2.4", @@ -4386,9 +4386,9 @@ } }, "node_modules/@types/react": { - "version": "19.1.13", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.13.tgz", - "integrity": "sha512-hHkbU/eoO3EG5/MZkuFSKmYqPbSVk5byPFa3e7y/8TybHiLMACgI8seVYlicwk7H5K/rI2px9xrQp/C+AUDTiQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.0.tgz", + "integrity": "sha512-1LOH8xovvsKsCBq1wnT4ntDUdCJKmnEakhsuoUSy6ExlHCkGP2hqnatagYTgFk6oeL0VU31u7SNjunPN+GchtA==", "devOptional": true, "license": "MIT", "dependencies": { @@ -10215,9 +10215,9 @@ } }, "node_modules/react": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", - "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 20b938e..a3c75bb 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "next": "^15.5.4", "next-auth": "5.0.0-beta.29", "pino": "^9.11.0", - "react": "^19.0.0", + "react": "^19.2.0", "react-dom": "^19.0.0", "react-hook-form": "^7.63.0", "reactflow": "^11.11.4", @@ -69,7 +69,7 @@ "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@types/node": "^20.19.17", - "@types/react": "^19.1.13", + "@types/react": "^19.2.0", "@types/react-dom": "^19.1.9", "@vitejs/plugin-react": "^5.0.3", "@vitest/coverage-v8": "^3.2.4",