From 5a5c327369935fdea11efd3d5e9549171da16b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 04:11:52 +0000 Subject: [PATCH] Bump react-hook-form from 7.43.8 to 7.46.2 Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.8 to 7.46.2. - [Release notes](https://github.com/react-hook-form/react-hook-form/releases) - [Changelog](https://github.com/react-hook-form/react-hook-form/blob/master/CHANGELOG.md) - [Commits](https://github.com/react-hook-form/react-hook-form/compare/v7.43.8...v7.46.2) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- apps/account-ui/package.json | 2 +- apps/admin-ui/package.json | 2 +- libs/ui-shared/package.json | 2 +- package-lock.json | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apps/account-ui/package.json b/apps/account-ui/package.json index 2288f22504..72f6dae23b 100644 --- a/apps/account-ui/package.json +++ b/apps/account-ui/package.json @@ -17,7 +17,7 @@ "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.46.2", "react-i18next": "^12.2.0", "react-router-dom": "6.16.0", "ui-shared": "999.0.0-SNAPSHOT" diff --git a/apps/admin-ui/package.json b/apps/admin-ui/package.json index d3be777441..d1bfe5ceef 100644 --- a/apps/admin-ui/package.json +++ b/apps/admin-ui/package.json @@ -84,7 +84,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.46.2", "react-i18next": "^12.2.0", "react-router-dom": "6.16.0", "reactflow": "^11.7.2", diff --git a/libs/ui-shared/package.json b/libs/ui-shared/package.json index 895a43a705..2a7d09f4d1 100644 --- a/libs/ui-shared/package.json +++ b/libs/ui-shared/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@patternfly/react-core": "^4.267.6", - "react-hook-form": "7.43.8", + "react-hook-form": "7.46.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/package-lock.json b/package-lock.json index c6f9dbd7c4..88a6f2bb12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "lodash-es": "^4.17.21", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.46.2", "react-i18next": "^12.2.0", "react-router-dom": "6.16.0", "ui-shared": "999.0.0-SNAPSHOT" @@ -79,7 +79,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.43.8", + "react-hook-form": "^7.46.2", "react-i18next": "^12.2.0", "react-router-dom": "6.16.0", "reactflow": "^11.7.2", @@ -181,7 +181,7 @@ "@patternfly/react-core": "^4.267.6", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "7.43.8" + "react-hook-form": "7.46.2" }, "devDependencies": { "@types/react": "^18.2.21", @@ -9162,9 +9162,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.8", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.8.tgz", - "integrity": "sha512-BQm+Ge5KjTk1EchDBRhdP8Pkb7MArO2jFF+UWYr3rtvh6197khi22uloLqlWeuY02ItlCzPunPsFt1/q9wQKnw==", + "version": "7.46.2", + "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.46.2.tgz", + "integrity": "sha512-x1DWmHQchV7x2Rq9l99M/cQHC8JGchAnw9Z0uTz5KrPa0bTl/Inm1NR7ceOARfIrkNuQNAhuSuZPYa6k7QYn3Q==", "engines": { "node": ">=12.22.0" },