diff --git a/package-lock.json b/package-lock.json index 9e39183..cffae58 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "eslint-plugin-tailwindcss": "^3.13.0", "lucide-react": "^0.279.0", "prettier": "^3.0.3", - "react": "^18.2.0", + "react": "^18.3.1", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.47.0", @@ -4495,9 +4495,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/package.json b/package.json index 2f6aac8..fea2ee5 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-plugin-tailwindcss": "^3.13.0", "lucide-react": "^0.279.0", "prettier": "^3.0.3", - "react": "^18.2.0", + "react": "^18.3.1", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-hook-form": "^7.47.0",