From c507e0590227c3cc76c1cf7f910351cccf6c45e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 13:04:35 +0000 Subject: [PATCH] Build(deps): Bump react-hook-form from 7.39.4 to 7.40.0 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.39.4 to 7.40.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.39.4...v7.40.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 80a1f3209d..c7d3f329df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-final-form": "^6.5.9", - "react-hook-form": "^7.39.4", + "react-hook-form": "^7.40.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" }, @@ -14381,9 +14381,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.39.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.4.tgz", - "integrity": "sha512-B0e78r9kR9L2M4A4AXGbHoA/vyv34sB/n8QWJAw33TFz8f5t9helBbYAeqnbvcQf1EYzJxKX/bGQQh9K+evCyQ==", + "version": "7.40.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz", + "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==", "engines": { "node": ">=12.22.0" }, @@ -28042,9 +28042,9 @@ } }, "react-hook-form": { - "version": "7.39.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.39.4.tgz", - "integrity": "sha512-B0e78r9kR9L2M4A4AXGbHoA/vyv34sB/n8QWJAw33TFz8f5t9helBbYAeqnbvcQf1EYzJxKX/bGQQh9K+evCyQ==", + "version": "7.40.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.40.0.tgz", + "integrity": "sha512-0rokdxMPJs0k9bvFtY6dbcSydyNhnZNXCR49jgDr/aR03FDHFOK6gfh8ccqB3fl696Mk7lqh04xdm+agqWXKSw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index ffa8bc76cb..6f60a3840c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-final-form": "^6.5.9", - "react-hook-form": "^7.39.4", + "react-hook-form": "^7.40.0", "react-transition-group": "^4.4.5", "xlsx": "0.18.5" },