diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7238246..8923659 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -13,7 +13,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lucide-react": "^0.292.0", - "react": "^18.2.0", + "react": "^18.3.1", "react-dom": "^18.2.0", "react-hook-form": "^7.51.2", "react-router-dom": "^6.18.0", @@ -8030,9 +8030,10 @@ ] }, "node_modules/react": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", - "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "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==", + "license": "MIT", "dependencies": { "loose-envify": "^1.1.0" }, diff --git a/frontend/package.json b/frontend/package.json index 0eb7413..9622dbf 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -17,7 +17,7 @@ "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lucide-react": "^0.292.0", - "react": "^18.2.0", + "react": "^18.3.1", "react-dom": "^18.2.0", "react-hook-form": "^7.51.2", "react-router-dom": "^6.18.0",