diff --git a/package-lock.json b/package-lock.json index 4d7ce3d..15cd9d1 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.1.1", "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.1.1", + "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", + "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", "license": "MIT", - "dependencies": { - "loose-envify": "^1.1.0" - }, "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index 4dbd809..a18a86a 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.1.1", "react-dom": "^18.2.0", "react-hook-form": "^7.53.1", "react-icons": "^5.5.0",