From 8c8ffcb67c50748784455a15e9f8961b21936e2f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Feb 2024 06:04:12 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.49.3 to 7.50.0 Snyk has created this PR to upgrade react-hook-form from 7.49.3 to 7.50.0. 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 | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9aee2c6..7235558 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.49.3", + "react-hook-form": "^7.50.0", "react-router-dom": "^5.3.3", "react-to-print": "^2.14.15", "redux-first-history": "^5.2.0", @@ -11532,12 +11532,11 @@ } }, "node_modules/react-hook-form": { - "version": "7.49.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.3.tgz", - "integrity": "sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==", + "version": "7.50.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", + "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", "engines": { - "node": ">=18", - "pnpm": "8" + "node": ">=12.22.0" }, "funding": { "type": "opencollective", @@ -22019,9 +22018,9 @@ } }, "react-hook-form": { - "version": "7.49.3", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.3.tgz", - "integrity": "sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==", + "version": "7.50.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.50.0.tgz", + "integrity": "sha512-AOhuzM3RdP09ZCnq+Z0yvKGHK25yiOX5phwxjV9L7U6HMla10ezkBnvQ+Pk4GTuDfsC5P2zza3k8mawFwFLVuQ==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 1d2e1a8..ddffe3d 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.49.3", + "react-hook-form": "^7.50.0", "react-router-dom": "^5.3.3", "react-to-print": "^2.14.15", "redux-first-history": "^5.2.0",