From b0dc16f49d5fcff23642bcdac61a863bd9cab818 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Feb 2024 03:56:57 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.46.1 to 7.49.3 Snyk has created this PR to upgrade react-hook-form from 7.46.1 to 7.49.3. See this package in npm: https://www.npmjs.com/package/react-hook-form See this project in Snyk: https://app.snyk.io/org/jeshardym/project/23e036a0-cb59-455b-947c-361a51d5d45f?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45ee807..5e3974a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "json-server": "^0.17.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.46.1", + "react-hook-form": "^7.49.3", "react-icons": "^4.10.1", "react-router-dom": "^6.15.0", "style-components": "^0.1.0", @@ -6324,11 +6324,12 @@ } }, "node_modules/react-hook-form": { - "version": "7.46.1", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.1.tgz", - "integrity": "sha512-0GfI31LRTBd5tqbXMGXT1Rdsv3rnvy0FjEk8Gn9/4tp6+s77T7DPZuGEpBRXOauL+NhyGT5iaXzdIM2R6F/E+w==", + "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==", "engines": { - "node": ">=12.22.0" + "node": ">=18", + "pnpm": "8" }, "funding": { "type": "opencollective", diff --git a/package.json b/package.json index 9fc18ff..2addc82 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "json-server": "^0.17.3", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.46.1", + "react-hook-form": "^7.49.3", "react-icons": "^4.10.1", "react-router-dom": "^6.15.0", "style-components": "^0.1.0",