diff --git a/package-lock.json b/package-lock.json index 3132869..61f2207 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "lucide-react": "^1.16.0", "next": "16.2.6", "next-themes": "^0.4.6", - "react": "19.2.4", + "react": "19.2.7", "react-dom": "19.2.4", "shadcn": "^4.8.0", "tailwind-merge": "^3.6.0", @@ -2965,7 +2965,9 @@ } }, "node_modules/@types/react": { - "version": "19.2.15", + "version": "19.2.17", + "resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.17.tgz", + "integrity": "sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==", "devOptional": true, "license": "MIT", "dependencies": { @@ -8237,7 +8239,9 @@ } }, "node_modules/react": { - "version": "19.2.4", + "version": "19.2.7", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz", + "integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 0f104a7..48590fd 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "lucide-react": "^1.16.0", "next": "16.2.6", "next-themes": "^0.4.6", - "react": "19.2.4", + "react": "19.2.7", "react-dom": "19.2.4", "shadcn": "^4.8.0", "tailwind-merge": "^3.6.0",