From a2c65f53f2ac663b2c5ca1f8a62c7f1751870856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 03:36:13 +0000 Subject: [PATCH] fix(deps): bump react-hook-form from 7.44.3 to 7.46.1 (#269) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.44.3 to 7.46.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/v7.44.3...v7.46.1) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- apps/voucherify/package-lock.json | 8 ++++---- apps/voucherify/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/voucherify/package-lock.json b/apps/voucherify/package-lock.json index 29c69e5bc..55ccf50fd 100644 --- a/apps/voucherify/package-lock.json +++ b/apps/voucherify/package-lock.json @@ -21,7 +21,7 @@ "lodash": "4.17.21", "prop-types": "15.8.1", "react": "18.2.0", - "react-hook-form": "7.44.3", + "react-hook-form": "7.46.1", "react-router-dom": "6.10.0" }, "devDependencies": { @@ -17439,9 +17439,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.46.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", + "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==", "engines": { "node": ">=12.22.0" }, diff --git a/apps/voucherify/package.json b/apps/voucherify/package.json index 7a7b0d9bd..b3314794f 100644 --- a/apps/voucherify/package.json +++ b/apps/voucherify/package.json @@ -24,7 +24,7 @@ "lodash": "4.17.21", "prop-types": "15.8.1", "react": "18.2.0", - "react-hook-form": "7.44.3", + "react-hook-form": "7.46.1", "react-router-dom": "6.10.0" }, "devDependencies": {