Bump react-hook-form from 7.43.5 to 7.43.7 in /js (#19175)

Bumps [react-hook-form](https://github.com/react-hook-form/react-hook-form) from 7.43.5 to 7.43.7.
- [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.5...v7.43.7)

---
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-03-20 17:43:53 +01:00 committed by GitHub
parent 8c3d667894
commit f0e1097073
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", "lodash-es": "^4.17.21",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.43.5", "react-hook-form": "^7.43.7",
"react-i18next": "^12.2.0", "react-i18next": "^12.2.0",
"react-router-dom": "6.9.0", "react-router-dom": "6.9.0",
"ui-shared": "999.0.0-SNAPSHOT" "ui-shared": "999.0.0-SNAPSHOT"

View file

@ -84,7 +84,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.5", "react-hook-form": "^7.43.7",
"react-i18next": "^12.2.0", "react-i18next": "^12.2.0",
"react-router-dom": "6.9.0", "react-router-dom": "6.9.0",
"reactflow": "^11.6.0", "reactflow": "^11.6.0",

View file

@ -36,7 +36,7 @@
}, },
"dependencies": { "dependencies": {
"@patternfly/react-core": "^4.267.6", "@patternfly/react-core": "^4.267.6",
"react-hook-form": "7.43.5", "react-hook-form": "7.43.7",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^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", "lodash-es": "^4.17.21",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "^7.43.5", "react-hook-form": "^7.43.7",
"react-i18next": "^12.2.0", "react-i18next": "^12.2.0",
"react-router-dom": "6.9.0", "react-router-dom": "6.9.0",
"ui-shared": "999.0.0-SNAPSHOT" "ui-shared": "999.0.0-SNAPSHOT"
@ -79,7 +79,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-dropzone": "^14.2.3", "react-dropzone": "^14.2.3",
"react-error-boundary": "^3.1.4", "react-error-boundary": "^3.1.4",
"react-hook-form": "^7.43.5", "react-hook-form": "^7.43.7",
"react-i18next": "^12.2.0", "react-i18next": "^12.2.0",
"react-router-dom": "6.9.0", "react-router-dom": "6.9.0",
"reactflow": "^11.6.0", "reactflow": "^11.6.0",
@ -181,7 +181,7 @@
"@patternfly/react-core": "^4.267.6", "@patternfly/react-core": "^4.267.6",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-hook-form": "7.43.5" "react-hook-form": "7.43.7"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "^18.0.28", "@types/react": "^18.0.28",
@ -8798,9 +8798,9 @@
} }
}, },
"node_modules/react-hook-form": { "node_modules/react-hook-form": {
"version": "7.43.5", "version": "7.43.7",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.5.tgz", "resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.43.7.tgz",
"integrity": "sha512-YcaXhuFHoOPipu5pC7ckxrLrialiOcU91pKu8P+isAcXZyMgByUK9PkI9j5fENO4+6XU5PwWXRGMIFlk9u9UBQ==", "integrity": "sha512-38yehQkQQ5uufaPKFScs7jhLE8n3+LG9H/BZfFAiBL2+7piDmw/BrdNJV4irzMaPnWZGhmGLHVICHXNVGIuXZg==",
"engines": { "engines": {
"node": ">=12.22.0" "node": ">=12.22.0"
}, },