From 11812e686f105086357c794fdcab36121ec4570a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 19:07:37 +0000 Subject: [PATCH] Bump react-hook-form from 7.34.2 to 7.35.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.34.2 to 7.35.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.34.2...v7.35.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 bbf7e313ef..849548c038 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-final-form": "^6.5.9", - "react-hook-form": "^7.34.2", + "react-hook-form": "^7.35.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -9700,9 +9700,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.34.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.34.2.tgz", - "integrity": "sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ==", + "version": "7.35.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.35.0.tgz", + "integrity": "sha512-9CYdOed+Itbiu5VMVxW0PK9mBR3f0gDGJcZEyUSm0eJbDymQ913TRs2gHcQZZmfTC+rtxyDFRuelMxx/+xwMcw==", "engines": { "node": ">=12.22.0" }, @@ -18851,9 +18851,9 @@ } }, "react-hook-form": { - "version": "7.34.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.34.2.tgz", - "integrity": "sha512-1lYWbEqr0GW7HHUjMScXMidGvV0BE2RJV3ap2BL7G0EJirkqpccTaawbsvBO8GZaB3JjCeFBEbnEWI1P8ZoLRQ==", + "version": "7.35.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.35.0.tgz", + "integrity": "sha512-9CYdOed+Itbiu5VMVxW0PK9mBR3f0gDGJcZEyUSm0eJbDymQ913TRs2gHcQZZmfTC+rtxyDFRuelMxx/+xwMcw==", "requires": {} }, "react-transition-group": { diff --git a/package.json b/package.json index a9c31d7307..2aad0d69b0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-final-form": "^6.5.9", - "react-hook-form": "^7.34.2", + "react-hook-form": "^7.35.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },