From 094c36414004152d3b6e01658eebfbd3bce6a47d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 09:36:08 +0000 Subject: [PATCH] Bump react-hook-form from 7.43.7 to 7.43.8 in /js (#19351) Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.7 to 7.43.8. - [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.7...v7.43.8) --- updated-dependencies: - dependency-name: react-hook-form dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- js/apps/account-ui/package.json | 2 +- js/apps/admin-ui/package.json | 2 +- js/libs/ui-shared/package.json | 2 +- js/package-lock.json | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/js/apps/account-ui/package.json b/js/apps/account-ui/package.json index 87fdc30725..447af5e127 100644 --- a/js/apps/account-ui/package.json +++ b/js/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.7", + "react-hook-form": "^7.43.8", "react-i18next": "^12.2.0", "react-router-dom": "6.9.0", "ui-shared": "999.0.0-SNAPSHOT" diff --git a/js/apps/admin-ui/package.json b/js/apps/admin-ui/package.json index 7151e29d1d..df54b345c0 100644 --- a/js/apps/admin-ui/package.json +++ b/js/apps/admin-ui/package.json @@ -85,7 +85,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.43.7", + "react-hook-form": "^7.43.8", "react-i18next": "^12.2.0", "react-router-dom": "6.9.0", "reactflow": "^11.6.1", diff --git a/js/libs/ui-shared/package.json b/js/libs/ui-shared/package.json index 66eba2aaa5..3a50372f06 100644 --- a/js/libs/ui-shared/package.json +++ b/js/libs/ui-shared/package.json @@ -36,7 +36,7 @@ }, "dependencies": { "@patternfly/react-core": "^4.267.6", - "react-hook-form": "7.43.7", + "react-hook-form": "7.43.8", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/js/package-lock.json b/js/package-lock.json index ab948f9b9d..a3c7cca665 100644 --- a/js/package-lock.json +++ b/js/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.7", + "react-hook-form": "^7.43.8", "react-i18next": "^12.2.0", "react-router-dom": "6.9.0", "ui-shared": "999.0.0-SNAPSHOT" @@ -80,7 +80,7 @@ "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-error-boundary": "^3.1.4", - "react-hook-form": "^7.43.7", + "react-hook-form": "^7.43.8", "react-i18next": "^12.2.0", "react-router-dom": "6.9.0", "reactflow": "^11.6.1", @@ -183,7 +183,7 @@ "@patternfly/react-core": "^4.267.6", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-hook-form": "7.43.7" + "react-hook-form": "7.43.8" }, "devDependencies": { "@types/react": "^18.0.28", @@ -8822,9 +8822,9 @@ } }, "node_modules/react-hook-form": { - "version": "7.43.7", - "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.7.tgz", - "integrity": "sha512-38yehQkQQ5uufaPKFScs7jhLE8n3+LG9H/BZfFAiBL2+7piDmw/BrdNJV4irzMaPnWZGhmGLHVICHXNVGIuXZg==", + "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==", "engines": { "node": ">=12.22.0" },