From 531b40558b06a71a797830cdcc28faeae56c5be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:31:32 -0700 Subject: [PATCH] fix(deps): bump react-hook-form from 7.54.1 to 7.54.2 in /apps/voucherify in the production-dependencies group (#3930) 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 a656ac3d7..840574ee9 100644 --- a/apps/voucherify/package-lock.json +++ b/apps/voucherify/package-lock.json @@ -20,7 +20,7 @@ "lodash": "4.17.21", "prop-types": "15.8.1", "react": "18.3.1", - "react-hook-form": "7.54.1", + "react-hook-form": "7.54.2", "react-router-dom": "6.28.0" }, "devDependencies": { @@ -6535,9 +6535,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.54.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.1.tgz", - "integrity": "sha512-PUNzFwQeQ5oHiiTUO7GO/EJXGEtuun2Y1A59rLnZBBj+vNEOWt/3ERTiG1/zt7dVeJEM+4vDX/7XQ/qanuvPMg==", + "version": "7.54.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", + "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", "engines": { "node": ">=18.0.0" }, diff --git a/apps/voucherify/package.json b/apps/voucherify/package.json index d6e4b888e..b76e1b838 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.3.1", - "react-hook-form": "7.54.1", + "react-hook-form": "7.54.2", "react-router-dom": "6.28.0" }, "devDependencies": {