From 3d3ffa258c89277e0281df15eaf9325b71bc98c8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jun 2024 00:47:26 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.51.4 to 7.51.5 Snyk has created this PR to upgrade react-hook-form from 7.51.4 to 7.51.5. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/rajanjha9235/project/ea0a507f-64ee-460d-9049-c180eb635c5d?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fc12ddb..4bccf12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "html-react-parser": "^5.1.10", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.51.5", "react-redux": "^9.1.2", "react-router-dom": "^6.23.1" }, @@ -4447,9 +4447,10 @@ } }, "node_modules/react-hook-form": { - "version": "7.51.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.4.tgz", - "integrity": "sha512-V14i8SEkh+V1gs6YtD0hdHYnoL4tp/HX/A45wWQN15CYr9bFRmmRdYStSO5L65lCCZRF+kYiSKhm9alqbcdiVA==", + "version": "7.51.5", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.51.5.tgz", + "integrity": "sha512-J2ILT5gWx1XUIJRETiA7M19iXHlG74+6O3KApzvqB/w8S5NQR7AbU8HVZrMALdmDgWpRPYiZJl0zx8Z4L2mP6Q==", + "license": "MIT", "engines": { "node": ">=12.22.0" }, diff --git a/package.json b/package.json index 062c298..a99ad2e 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "html-react-parser": "^5.1.10", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.51.4", + "react-hook-form": "^7.51.5", "react-redux": "^9.1.2", "react-router-dom": "^6.23.1" },