From e905d6abd2fcb2504a8ac5c606c43af000bfbd14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 00:12:20 +0000 Subject: [PATCH] Bump react-hook-form from 6.15.8 to 7.42.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.15.8 to 7.42.1. - [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.42.1) --- 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 | 20 +++++++++++++++----- package.json | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index cdcb631..176152f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-full-screen": "^1.1.1", - "react-hook-form": "^6.15.8", + "react-hook-form": "^7.42.1", "react-json-view": "^1.21.3", "react-router-dom": "^6.3.0", "react-use": "^17.4.0" @@ -2795,10 +2795,18 @@ } }, "node_modules/react-hook-form": { - "version": "6.15.8", - "license": "MIT", + "version": "7.42.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.1.tgz", + "integrity": "sha512-2UIGqwMZksd5HS55crTT1ATLTr0rAI4jS7yVuqTaoRVDhY2Qc4IyjskCmpnmdYqUNOYFy04vW253tb2JRVh+IQ==", + "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": { @@ -5382,7 +5390,9 @@ } }, "react-hook-form": { - "version": "6.15.8", + "version": "7.42.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.1.tgz", + "integrity": "sha512-2UIGqwMZksd5HS55crTT1ATLTr0rAI4jS7yVuqTaoRVDhY2Qc4IyjskCmpnmdYqUNOYFy04vW253tb2JRVh+IQ==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 5f9b0ea..e572dcb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-full-screen": "^1.1.1", - "react-hook-form": "^6.15.8", + "react-hook-form": "^7.42.1", "react-json-view": "^1.21.3", "react-router-dom": "^6.3.0", "react-use": "^17.4.0"