From c8a105b654d987c45798f2f13f80d5cd36341d8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 10:17:06 +0000 Subject: [PATCH] Bump react-hook-form from 7.0.0 to 7.42.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.0.0 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/v7.0.0...v7.42.1) --- 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 | 19 +++++++++++-------- package.json | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b761bbc..ec4d2c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-easy-crop": "^3.3.2", - "react-hook-form": "^7.0.0", + "react-hook-form": "^7.42.1", "react-icons": "^4.2.0", "react-is": "^17.0.0", "seedrandom": "^3.0.5", @@ -9121,15 +9121,18 @@ } }, "node_modules/react-hook-form": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.0.0.tgz", - "integrity": "sha512-cXoKnNnQe5IxieesTu+enDS7Jfh8lyX8mSMwzNvC4L0k6R6yQ2F8rIhvBbzlFOGSoeEnsR64dvMZ1izWRCAw6A==", + "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-icons": { @@ -18340,9 +18343,9 @@ } }, "react-hook-form": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.0.0.tgz", - "integrity": "sha512-cXoKnNnQe5IxieesTu+enDS7Jfh8lyX8mSMwzNvC4L0k6R6yQ2F8rIhvBbzlFOGSoeEnsR64dvMZ1izWRCAw6A==", + "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-icons": { diff --git a/package.json b/package.json index 98c7b0b..c5c5906 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-easy-crop": "^3.3.2", - "react-hook-form": "^7.0.0", + "react-hook-form": "^7.42.1", "react-icons": "^4.2.0", "react-is": "^17.0.0", "seedrandom": "^3.0.5",