diff --git a/package-lock.json b/package-lock.json index 9d7b3b7..63fbce3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "next": "14.2.5", "react": "^18", "react-dom": "^18", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.53.1", "yup": "^1.4.0" }, "devDependencies": { @@ -3785,18 +3785,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", - "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", + "version": "7.53.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.53.1.tgz", + "integrity": "sha512-6aiQeBda4zjcuaugWvim9WsGqisoUk+etmFEsSUMm451/Ic8L/UAb7sRtMj3V+Hdzm6mMjU1VhiSzYUZeBm0Vg==", "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 69de1ce..baa0b6b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "next": "14.2.5", "react": "^18", "react-dom": "^18", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.53.1", "yup": "^1.4.0" }, "devDependencies": {