From d0fcdfaa553da86266b77b32a4be06882c7686af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 15:06:50 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.45.4 to 7.49.0 Snyk has created this PR to upgrade react-hook-form from 7.45.4 to 7.49.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, 10 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5314788..c56d491 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.45.4", + "react-hook-form": "^7.49.0", "react-router-dom": "^5.3.3", "react-to-print": "^2.14.13", "redux-first-history": "^5.1.1", @@ -11515,11 +11515,12 @@ } }, "node_modules/react-hook-form": { - "version": "7.45.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", - "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", + "version": "7.49.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.0.tgz", + "integrity": "sha512-gf4qyY4WiqK2hP/E45UUT6wt3Khl49pleEVcIzxhLBrD6m+GMWtLRk0vMrRv45D1ZH8PnpXFwRPv0Pewske2jw==", "engines": { - "node": ">=12.22.0" + "node": ">=18", + "pnpm": "8" }, "funding": { "type": "opencollective", @@ -22009,9 +22010,9 @@ } }, "react-hook-form": { - "version": "7.45.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", - "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", + "version": "7.49.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.49.0.tgz", + "integrity": "sha512-gf4qyY4WiqK2hP/E45UUT6wt3Khl49pleEVcIzxhLBrD6m+GMWtLRk0vMrRv45D1ZH8PnpXFwRPv0Pewske2jw==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index 65a28a4..904be0c 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.45.4", + "react-hook-form": "^7.49.0", "react-router-dom": "^5.3.3", "react-to-print": "^2.14.13", "redux-first-history": "^5.1.1",