diff --git a/package-lock.json b/package-lock.json index 91c71fc..bda55dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.48.2", + "react-hook-form": "7.53.0", "swr": "2.2.4", "tailwindcss": "3.3.5", "typescript": "5.3.2" @@ -5738,18 +5738,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.48.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", - "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", + "version": "7.53.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.0.tgz", + "integrity": "sha512-M1n3HhqCww6S2hxLxciEXy2oISPnAzxY7gvwVPrtlczTM/1dDadXgUxDpHMrMTblDOcm/AXtXxHwZ3jpg1mqKQ==", + "license": "MIT", "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 23f9bfc..94a1d79 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.48.2", + "react-hook-form": "7.53.0", "swr": "2.2.4", "tailwindcss": "3.3.5", "typescript": "5.3.2"