From 6dcb649a113713dbcb62de1b7e4381aaee35a90c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 29 Jan 2025 18:17:26 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.44.2 to 7.54.2 Snyk has created this PR to upgrade react-hook-form from 7.44.2 to 7.54.2. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/ori-fvw/project/396cbea5-5380-4784-b21c-723dbe202814?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 19 ++++++++++--------- package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4bf3fb..bc44a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "next-pwa": "^5.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.44.2", + "react-hook-form": "^7.54.2", "solc": "^0.8.19", "zod": "^3.21.4" }, @@ -7104,18 +7104,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.44.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.2.tgz", - "integrity": "sha512-IyihmIbCwzDI/iqlecTRa7+4BCnzNx40upSlGvIU7qwENhTf6APatm4bmL9ANtWKPYlD67SIlxfls7GwCUe+Lg==", + "version": "7.54.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", + "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", + "license": "MIT", "engines": { - "node": ">=12.22.0" + "node": ">=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/react-hook-form" }, "peerDependencies": { - "react": "^16.8.0 || ^17 || ^18" + "react": "^16.8.0 || ^17 || ^18 || ^19" } }, "node_modules/react-is": { @@ -13941,9 +13942,9 @@ } }, "react-hook-form": { - "version": "7.44.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.44.2.tgz", - "integrity": "sha512-IyihmIbCwzDI/iqlecTRa7+4BCnzNx40upSlGvIU7qwENhTf6APatm4bmL9ANtWKPYlD67SIlxfls7GwCUe+Lg==", + "version": "7.54.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.2.tgz", + "integrity": "sha512-eHpAUgUjWbZocoQYUHposymRb4ZP6d0uwUnooL2uOybA9/3tPUvoAKqEWK1WaSiTxxOfTpffNZP7QwlnM3/gEg==", "requires": {} }, "react-is": { diff --git a/package.json b/package.json index e5b4c66..c6f5aa4 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "next-pwa": "^5.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.44.2", + "react-hook-form": "^7.54.2", "solc": "^0.8.19", "zod": "^3.21.4" },