From b77f521f04daed17d18a757dd7270528a08135d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Aug 2024 05:17:14 +0000 Subject: [PATCH] fix: upgrade react-hook-form from 7.43.2 to 7.52.2 Snyk has created this PR to upgrade react-hook-form from 7.43.2 to 7.52.2. See this package in npm: react-hook-form See this project in Snyk: https://app.snyk.io/org/niraj-dilshan/project/0b571b4b-68d2-405c-b488-037d409eee8b?utm_source=github&utm_medium=referral&page=upgrade-pr --- app/dashboard/package-lock.json | 19 ++++++++++--------- app/dashboard/package.json | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/app/dashboard/package-lock.json b/app/dashboard/package-lock.json index 74a40c62c..fed63b054 100644 --- a/app/dashboard/package-lock.json +++ b/app/dashboard/package-lock.json @@ -31,7 +31,7 @@ "react-datepicker": "^4.8.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", - "react-hook-form": "^7.39.1", + "react-hook-form": "^7.52.2", "react-i18next": "^12.2.0", "react-json-editor-ajrm": "^2.5.14", "react-loading-skeleton": "^3.1.0", @@ -4773,18 +4773,19 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.2.tgz", - "integrity": "sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", + "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-i18next": { @@ -9098,9 +9099,9 @@ } }, "react-hook-form": { - "version": "7.43.2", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.2.tgz", - "integrity": "sha512-NvD3Oe2Y9hhqo2R4I4iJigDzSLpdMnzUpNMxlnzTbdiT7NT3BW0GxWCzEtwPudZMUPbZhNcSy1EcGAygyhDORg==", + "version": "7.52.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.52.2.tgz", + "integrity": "sha512-pqfPEbERnxxiNMPd0bzmt1tuaPcVccywFDpyk2uV5xCIBphHV5T8SVnX9/o3kplPE1zzKt77+YIoq+EMwJp56A==", "requires": {} }, "react-i18next": { diff --git a/app/dashboard/package.json b/app/dashboard/package.json index 328343260..7a37b5a2c 100644 --- a/app/dashboard/package.json +++ b/app/dashboard/package.json @@ -32,7 +32,7 @@ "react-datepicker": "^4.8.0", "react-dom": "^18.2.0", "react-github-btn": "^1.4.0", - "react-hook-form": "^7.39.1", + "react-hook-form": "^7.52.2", "react-i18next": "^12.2.0", "react-json-editor-ajrm": "^2.5.14", "react-loading-skeleton": "^3.1.0",