diff --git a/package-lock.json b/package-lock.json index 3758f997de..1a249008eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22668,19 +22668,18 @@ "license": "MIT" }, "node_modules/react-hook-form": { - "version": "7.45.4", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.45.4.tgz", - "integrity": "sha512-HGDV1JOOBPZj10LB3+OZgfDBTn+IeEsNOKiq/cxbQAIbKaiJUe/KV8DBUzsx0Gx/7IG/orWqRRm736JwOfUSWQ==", - "license": "MIT", + "version": "7.54.1", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.54.1.tgz", + "integrity": "sha512-PUNzFwQeQ5oHiiTUO7GO/EJXGEtuun2Y1A59rLnZBBj+vNEOWt/3ERTiG1/zt7dVeJEM+4vDX/7XQ/qanuvPMg==", "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-is": { @@ -31463,7 +31462,7 @@ "jest": "29.6.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.45.4", + "react-hook-form": "7.54.1", "react-router": "6.15.0", "react-router-dom": "6.15.0", "rollup": "3.29.5", @@ -33072,7 +33071,7 @@ "react-chartjs-2": "5.2.0", "react-dom": "18.2.0", "react-dropzone": "14.2.3", - "react-hook-form": "7.45.4", + "react-hook-form": "7.54.1", "react-hotkeys-hook": "4.5.0", "react-number-format": "5.4.1", "react-redux": "8.1.2", @@ -36421,7 +36420,7 @@ "moment": "2.30.1", "qs": "6.12.1", "react-dropzone": "14.2.3", - "react-hook-form": "7.45.4", + "react-hook-form": "7.54.1", "react-redux": "8.1.2", "react-scroll-to-bottom": "4.2.0", "react-use": "17.4.0", diff --git a/packages/core/package.json b/packages/core/package.json index 27e1bdde4d..b443cf62fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -97,7 +97,7 @@ "jest": "29.6.3", "react": "18.2.0", "react-dom": "18.2.0", - "react-hook-form": "7.45.4", + "react-hook-form": "7.54.1", "react-router": "6.15.0", "react-router-dom": "6.15.0", "rollup": "3.29.5", diff --git a/packages/gui/package.json b/packages/gui/package.json index 83d4edc349..016cfa9f4a 100644 --- a/packages/gui/package.json +++ b/packages/gui/package.json @@ -79,7 +79,7 @@ "react-chartjs-2": "5.2.0", "react-dom": "18.2.0", "react-dropzone": "14.2.3", - "react-hook-form": "7.45.4", + "react-hook-form": "7.54.1", "react-hotkeys-hook": "4.5.0", "react-number-format": "5.4.1", "react-redux": "8.1.2", diff --git a/packages/wallets/package.json b/packages/wallets/package.json index 909136e993..cceb3fd888 100644 --- a/packages/wallets/package.json +++ b/packages/wallets/package.json @@ -35,7 +35,7 @@ "moment": "2.30.1", "qs": "6.12.1", "react-dropzone": "14.2.3", - "react-hook-form": "7.45.4", + "react-hook-form": "7.54.1", "react-redux": "8.1.2", "react-scroll-to-bottom": "4.2.0", "react-use": "17.4.0",