From fe8c2431928977552894034ffcadcac30ba318dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Mar 2024 18:42:20 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.50.0 to 7.50.1 Snyk has created this PR to upgrade react-hook-form from 7.50.0 to 7.50.1. See this package in npm: https://www.npmjs.com/package/react-hook-form See this project in Snyk: https://app.snyk.io/org/keyasuda/project/59199cca-f1a3-4814-91df-aa43c81c0240?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 14f5c0e..382bf5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", - "react-hook-form": "^7.50.0", + "react-hook-form": "^7.50.1", "react-router-dom": "^5.3.3", "react-to-print": "^2.15.0", "redux-first-history": "^5.2.0", @@ -11905,9 +11905,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.50.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", - "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", + "version": "7.50.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", + "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", "engines": { "node": ">=12.22.0" }, @@ -22805,9 +22805,9 @@ } }, "react-hook-form": { - "version": "7.50.0", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", - "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", + "version": "7.50.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.1.tgz", + "integrity": "sha512-3PCY82oE0WgeOgUtIr3nYNNtNvqtJ7BZjsbxh6TnYNbXButaD5WpjOmTjdxZfheuHKR68qfeFnEDVYoSSFPMTQ==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 90a4fee..468ad5a 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet": "^6.1.0", - "react-hook-form": "^7.50.0", + "react-hook-form": "^7.50.1", "react-router-dom": "^5.3.3", "react-to-print": "^2.15.0", "redux-first-history": "^5.2.0",