From d640d2b51b5d86b351de0895f2287cfab9fa987f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 09:20:47 +0000 Subject: [PATCH] Bump react-hook-form from 7.46.2 to 7.49.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.46.2 to 7.49.2. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.46.2...v7.49.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index aab5e42..0999a3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.46.2", + "react-hook-form": "^7.49.2", "shadcn-ui": "^0.4.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.6", @@ -6176,11 +6176,12 @@ } }, "node_modules/react-hook-form": { - "version": "7.46.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", - "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", + "version": "7.49.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.2.tgz", + "integrity": "sha512-TZcnSc17+LPPVpMRIDNVITY6w20deMdNi6iehTFLV1x8SqThXGwu93HjlUVU09pzFgZH7qZOvLMM7UYf2ShAHA==", "engines": { - "node": ">=12.22.0" + "node": ">=18", + "pnpm": "8" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 685542d..a96fc78 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "postcss": "8.4.31", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "^7.46.2", + "react-hook-form": "^7.49.2", "shadcn-ui": "^0.4.0", "tailwind-merge": "^1.14.0", "tailwindcss": "3.3.6",