Bump react-router from 5.3.3 to 5.3.4 (#3466)

Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 5.3.3 to 5.3.4.
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/v5.3.4/packages/react-router)

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

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-10-04 12:18:04 +02:00 committed by GitHub
parent d17ef4f785
commit d6c8ebaf8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 3 deletions

View file

@ -65,7 +65,7 @@
"react-flow-renderer": "^9.7.4", "react-flow-renderer": "^9.7.4",
"react-hook-form": "^6.15.8", "react-hook-form": "^6.15.8",
"react-i18next": "^11.18.6", "react-i18next": "^11.18.6",
"react-router": "^5.3.3", "react-router": "^5.3.4",
"react-router-dom": "^5.3.4", "react-router-dom": "^5.3.4",
"react-router-dom-v5-compat": "^6.4.0", "react-router-dom-v5-compat": "^6.4.0",
"use-react-router-breadcrumbs": "^2.0.2" "use-react-router-breadcrumbs": "^2.0.2"

41
package-lock.json generated
View file

@ -49,7 +49,7 @@
"react-flow-renderer": "^9.7.4", "react-flow-renderer": "^9.7.4",
"react-hook-form": "^6.15.8", "react-hook-form": "^6.15.8",
"react-i18next": "^11.18.6", "react-i18next": "^11.18.6",
"react-router": "^5.3.3", "react-router": "^5.3.4",
"react-router-dom": "^5.3.4", "react-router-dom": "^5.3.4",
"react-router-dom-v5-compat": "^6.4.0", "react-router-dom-v5-compat": "^6.4.0",
"use-react-router-breadcrumbs": "^2.0.2" "use-react-router-breadcrumbs": "^2.0.2"
@ -92,6 +92,25 @@
"webpack": "^5.74.0" "webpack": "^5.74.0"
} }
}, },
"apps/admin-ui/node_modules/react-router": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz",
"integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==",
"dependencies": {
"@babel/runtime": "^7.12.13",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.1.0",
"loose-envify": "^1.3.1",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.6.2",
"react-is": "^16.6.0",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
},
"peerDependencies": {
"react": ">=15"
}
},
"libs/keycloak-js": { "libs/keycloak-js": {
"version": "999.0.0-dev", "version": "999.0.0-dev",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -19462,7 +19481,7 @@
"react-flow-renderer": "^9.7.4", "react-flow-renderer": "^9.7.4",
"react-hook-form": "^6.15.8", "react-hook-form": "^6.15.8",
"react-i18next": "^11.18.6", "react-i18next": "^11.18.6",
"react-router": "^5.3.3", "react-router": "^5.3.4",
"react-router-dom": "^5.3.4", "react-router-dom": "^5.3.4",
"react-router-dom-v5-compat": "^6.4.0", "react-router-dom-v5-compat": "^6.4.0",
"tar-fs": "^2.1.1", "tar-fs": "^2.1.1",
@ -19472,6 +19491,24 @@
"vite-plugin-checker": "^0.5.1", "vite-plugin-checker": "^0.5.1",
"vitest": "^0.23.4", "vitest": "^0.23.4",
"webpack": "^5.74.0" "webpack": "^5.74.0"
},
"dependencies": {
"react-router": {
"version": "5.3.4",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-5.3.4.tgz",
"integrity": "sha512-Ys9K+ppnJah3QuaRiLxk+jDWOR1MekYQrlytiXxC1RyfbdsZkS5pvKAzCCr031xHixZwpnsYNT5xysdFHQaYsA==",
"requires": {
"@babel/runtime": "^7.12.13",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.1.0",
"loose-envify": "^1.3.1",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.6.2",
"react-is": "^16.6.0",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
}
}
} }
}, },
"agent-base": { "agent-base": {