From b48e5b5314600db08225bd476dcc4bd072d2b89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 16:18:37 +0000 Subject: [PATCH] Bump react-hook-form from 7.0.0 to 7.43.9 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.0.0 to 7.43.9. - [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.43.9) --- 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 | 25 ++++++++++++++++++------- package.json | 2 +- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b558e7..1d2ed54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "react-form-with-constraints": "^0.16.0", "react-form-with-constraints-bootstrap4": "^0.16.0", "react-google-maps": "^9.4.5", - "react-hook-form": "^7.0.0", + "react-hook-form": "^7.43.9", "react-i18next": "^11.8.12", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", @@ -15890,9 +15890,19 @@ } }, "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.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "engines": { + "node": ">=12.22.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/react-hook-form" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17 || ^18" + } }, "node_modules/react-i18next": { "version": "11.8.12", @@ -34452,9 +34462,10 @@ } }, "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.43.9", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz", + "integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==", + "requires": {} }, "react-i18next": { "version": "11.8.12", diff --git a/package.json b/package.json index f1b6b48..521a7a7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-form-with-constraints": "^0.16.0", "react-form-with-constraints-bootstrap4": "^0.16.0", "react-google-maps": "^9.4.5", - "react-hook-form": "^7.0.0", + "react-hook-form": "^7.43.9", "react-i18next": "^11.8.12", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3",