Bump react-hook-form from 7.43.8 to 7.43.9 in /js (#19500)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.8 to 7.43.9.
- [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.43.9)

---
updated-dependencies:
- dependency-name: react-hook-form
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-03 17:45:16 +00:00 committed by GitHub
parent c51ae3bcf7
commit 0b2c85c0e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View File

@ -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.43.9",
"react-i18next": "^12.2.0",
"react-router-dom": "6.10.0",
"ui-shared": "999.0.0-SNAPSHOT"

View File

@ -78,7 +78,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.43.9",
"react-i18next": "^12.2.0",
"react-router-dom": "6.10.0",
"reactflow": "^11.7.0",

View File

@ -36,7 +36,7 @@
},
"dependencies": {
"@patternfly/react-core": "^4.276.8",
"react-hook-form": "7.43.8",
"react-hook-form": "7.43.9",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},

12
js/package-lock.json generated
View File

@ -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.43.9",
"react-i18next": "^12.2.0",
"react-router-dom": "6.10.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.8",
"react-hook-form": "^7.43.9",
"react-i18next": "^12.2.0",
"react-router-dom": "6.10.0",
"reactflow": "^11.7.0",
@ -183,7 +183,7 @@
"@patternfly/react-core": "^4.276.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "7.43.8"
"react-hook-form": "7.43.9"
},
"devDependencies": {
"@types/react": "^18.0.31",
@ -8841,9 +8841,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.43.9",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.9.tgz",
"integrity": "sha512-AUDN3Pz2NSeoxQ7Hs6OhQhDr6gtF9YRuutGDwPQqhSUAHJSgGl2VeY3qN19MG0SucpjgDiuMJ4iC5T5uB+eaNQ==",
"engines": {
"node": ">=12.22.0"
},