From a78d172e5de23ba9071fc588550608198a7d0cc2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Jul 2024 07:00:53 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.49.3 to 7.52.0 Snyk has created this PR to upgrade react-hook-form from 7.49.3 to 7.52.0. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/20211042/project/c580f08e-7f60-4ace-b0d5-0e544a494c65?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index b2ff258..bcdd84d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "react-datepicker": "^6.9.0", "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", - "react-hook-form": "^7.49.3", + "react-hook-form": "^7.52.0", "react-icons": "^4.11.0", "react-password-checklist": "^1.5.1", "react-password-strength-bar": "^0.4.1", @@ -4766,19 +4766,19 @@ } }, "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.52.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", + "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", + "license": "MIT", "engines": { - "node": ">=18", - "pnpm": "8" + "node": ">=12.22.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-icons": { @@ -9122,9 +9122,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.52.0", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.0.tgz", + "integrity": "sha512-mJX506Xc6mirzLsmXUJyqlAI3Kj9Ph2RhplYhUVffeOQSnubK2uVqBFOBJmvKikvbFV91pxVXmDiR+QMF19x6A==", "requires": {} }, "react-icons": { diff --git a/package.json b/package.json index f5dff6e..b161a16 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-datepicker": "^6.9.0", "react-dom": "^18.2.0", "react-google-recaptcha": "^3.1.0", - "react-hook-form": "^7.49.3", + "react-hook-form": "^7.52.0", "react-icons": "^4.11.0", "react-password-checklist": "^1.5.1", "react-password-strength-bar": "^0.4.1",