diff --git a/app/dashboard/package-lock.json b/app/dashboard/package-lock.json index 112c32723..2077dbdc9 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.48.2", "react-i18next": "^12.2.0", "react-json-editor-ajrm": "^2.5.14", "react-loading-skeleton": "^3.1.0", @@ -4776,9 +4776,9 @@ } }, "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.48.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", + "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", "engines": { "node": ">=12.22.0" }, @@ -9114,9 +9114,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.48.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.48.2.tgz", + "integrity": "sha512-H0T2InFQb1hX7qKtDIZmvpU1Xfn/bdahWBN1fH19gSe4bBEqTfmlr7H3XWTaVtiK4/tpPaI1F3355GPMZYge+A==", "requires": {} }, "react-i18next": { diff --git a/app/dashboard/package.json b/app/dashboard/package.json index f7ddb6807..7fb62b8a1 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.48.2", "react-i18next": "^12.2.0", "react-json-editor-ajrm": "^2.5.14", "react-loading-skeleton": "^3.1.0",