diff --git a/package-lock.json b/package-lock.json index 0166c933..77d350a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "next": "16.1.7", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", - "react": "19.2.5", + "react": "19.2.6", "react-day-picker": "^9.11.1", "react-dom": "19.2.5", "react-hook-form": "^7.66.0", @@ -14131,9 +14131,9 @@ } }, "node_modules/react": { - "version": "19.2.5", - "resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz", - "integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==", + "version": "19.2.6", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz", + "integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==", "license": "MIT", "engines": { "node": ">=0.10.0" diff --git a/package.json b/package.json index 93e680ce..be6d031a 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,7 @@ "next": "16.1.7", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", - "react": "19.2.5", + "react": "19.2.6", "react-day-picker": "^9.11.1", "react-dom": "19.2.5", "react-hook-form": "^7.66.0",