From ad4fa22abd3db7c5cf17b2315f91f38059ae25cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 03:03:59 +0000 Subject: [PATCH] Bump react-hook-form from 7.44.3 to 7.45.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.44.3 to 7.45.0. - [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.44.3...v7.45.0) --- 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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9d6921..e74b9f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,7 +38,7 @@ "react-form-with-constraints": "^0.16.1", "react-form-with-constraints-bootstrap4": "^0.16.1", "react-google-maps": "^9.4.5", - "react-hook-form": "^7.44.3", + "react-hook-form": "^7.45.0", "react-i18next": "^13.0.0", "react-router-dom": "^6.13.0", "react-scripts": "5.0.1", @@ -17294,9 +17294,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.44.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.3.tgz", - "integrity": "sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==", + "version": "7.45.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.0.tgz", + "integrity": "sha512-AbHeZ4ad+0dEIknSW9dBgIwcvRDfZ1O97sgj75WaMdOX0eg8TBiUf9wxzVkIjZbk76BBIE9lmFOzyD4PN80ZQg==", "engines": { "node": ">=12.22.0" }, @@ -33148,9 +33148,9 @@ } }, "react-hook-form": { - "version": "7.44.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.3.tgz", - "integrity": "sha512-/tHId6p2ViAka1wECMw8FEPn/oz/w226zehHrJyQ1oIzCBNMIJCaj6ZkQcv+MjDxYh9MWR7RQic7Qqwe4a5nkw==", + "version": "7.45.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.0.tgz", + "integrity": "sha512-AbHeZ4ad+0dEIknSW9dBgIwcvRDfZ1O97sgj75WaMdOX0eg8TBiUf9wxzVkIjZbk76BBIE9lmFOzyD4PN80ZQg==", "requires": {} }, "react-i18next": { diff --git a/package.json b/package.json index 7596410..25e25db 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react-form-with-constraints": "^0.16.1", "react-form-with-constraints-bootstrap4": "^0.16.1", "react-google-maps": "^9.4.5", - "react-hook-form": "^7.44.3", + "react-hook-form": "^7.45.0", "react-i18next": "^13.0.0", "react-router-dom": "^6.13.0", "react-scripts": "5.0.1",