diff --git a/package-lock.json b/package-lock.json index 39a8eed..bd6124c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.0.0", - "react-hook-form": "^7.51.2", + "react-hook-form": "^7.53.0", "tailwind-merge": "^2.3.0", "yup": "^1.3.3" }, @@ -16262,18 +16262,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.2.tgz", - "integrity": "sha512-y++lwaWjtzDt/XNnyGDQy6goHskFualmDlf+jzEZvjvz6KWDf7EboL7pUvRCzPTJd0EOPpdekYaQLEvvG6m6HA==", + "version": "7.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index 916253f..6d8d542 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "prism-react-renderer": "^2.3.1", "react": "^18.3.1", "react-dom": "^18.0.0", - "react-hook-form": "^7.51.2", + "react-hook-form": "^7.53.0", "tailwind-merge": "^2.3.0", "yup": "^1.3.3" },