From c8097efdcd67b35515fd82a84e18467c9270585c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 00:46:08 +0000 Subject: [PATCH] [skip netlify]: Bump react-hook-form from 6.15.8 to 7.46.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.15.8 to 7.46.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/v6.15.8...v7.46.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 23 +++++++++++++++-------- package.json | 2 +- 2 files changed, 16 insertions(+), 9 deletions(-) mode change 100755 => 100644 package.json diff --git a/package-lock.json b/package-lock.json index 87d23c7..73f1490 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "react-app-polyfill": "^2.0.0", "react-debounce-input": "^3.2.3", "react-dom": "^17.0.1", - "react-hook-form": "^6.15.1", + "react-hook-form": "^7.46.2", "react-scripts": "4.0.3", "sass": "^1.32.8" }, @@ -19811,11 +19811,18 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "node_modules/react-hook-form": { - "version": "6.15.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.8.tgz", - "integrity": "sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg==", + "version": "7.46.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", + "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", + "engines": { + "node": ">=12.22.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, "peerDependencies": { - "react": "^16.8.0 || ^17" + "react": "^16.8.0 || ^17 || ^18" } }, "node_modules/react-is": { @@ -42596,9 +42603,9 @@ "integrity": "sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==" }, "react-hook-form": { - "version": "6.15.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.15.8.tgz", - "integrity": "sha512-prq82ofMbnRyj5wqDe8hsTRcdR25jQ+B8KtCS7BLCzjFHAwNuCjRwzPuP4eYLsEBjEIeYd6try+pdLdw0kPkpg==", + "version": "7.46.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", + "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json old mode 100755 new mode 100644 index b6875d2..981f8da --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "react-app-polyfill": "^2.0.0", "react-debounce-input": "^3.2.3", "react-dom": "^17.0.1", - "react-hook-form": "^6.15.1", + "react-hook-form": "^7.46.2", "react-scripts": "4.0.3", "sass": "^1.32.8" },