diff --git a/package-lock.json b/package-lock.json index 4d7ce3d..ba88033 100644 --- a/package-lock.json +++ b/package-lock.json @@ -25,7 +25,7 @@ "next": "^15.0.3", "next-auth": "^4.24.7", "qr-scanner": "^1.4.2", - "react": "^18.2.0", + "react": "^19.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.53.1", "react-icons": "^5.5.0", @@ -7029,13 +7029,10 @@ } }, "node_modules/react": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz", - "integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==", + "version": "19.2.0", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.0.tgz", + "integrity": "sha512-tmbWg6W31tQLeB5cdIBOicJDJRR2KzXsV7uSK9iNfLWQ5bIZfxuPEHp7M8wiHyHnn0DD1i7w3Zmin0FtkrwoCQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 4dbd809..a57712e 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "next": "^15.0.3", "next-auth": "^4.24.7", "qr-scanner": "^1.4.2", - "react": "^18.2.0", + "react": "^19.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.53.1", "react-icons": "^5.5.0",