From 0516fbfe4893d7102d91bbcab307a537a07579da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 05:28:45 +0000 Subject: [PATCH] bot: bump react-hook-form from 6.13.1 to 7.42.1 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 6.13.1 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.13.1...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 | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 61625cc..eb18c4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12344,9 +12344,9 @@ } }, "react-hook-form": { - "version": "6.13.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.13.1.tgz", - "integrity": "sha512-Q0N7MYcbA8SigYufb02h9z97ZKCpIbe62rywOTPsK4Ntvh6fRTGDXSuzWuRhLHhArLoWbGrWYSNSS4tlb+OFXg==" + "version": "7.42.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.42.1.tgz", + "integrity": "sha512-2UIGqwMZksd5HS55crTT1ATLTr0rAI4jS7yVuqTaoRVDhY2Qc4IyjskCmpnmdYqUNOYFy04vW253tb2JRVh+IQ==" }, "react-hot-loader": { "version": "4.13.0", diff --git a/package.json b/package.json index 22d6243..89b1c39 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "passport-http": "^0.3.0", "passport-jwt": "^4.0.0", "passport-local": "^1.0.0", - "react-hook-form": "^6.13.1", + "react-hook-form": "^7.42.1", "react-intl": "^5.10.9", "react-transition-group": "^4.4.1", "reflect-metadata": "^0.1.13",