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",