From bf79e9c573ae18052020da9e09bf6b8c53d481d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:40:57 +0000 Subject: [PATCH] infra: bump @patternfly/react-table from 4.113.4 to 5.0.1 in /ui/webui Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 4.113.4 to 5.0.1. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@4.113.4...@patternfly/react-table@5.0.1) --- updated-dependencies: - dependency-name: "@patternfly/react-table" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/webui/package.json b/ui/webui/package.json index 9c3694bb481..8105a61f440 100644 --- a/ui/webui/package.json +++ b/ui/webui/package.json @@ -52,7 +52,7 @@ "@patternfly/patternfly": "4.219.2", "@patternfly/react-core": "4.264.0", "@patternfly/react-log-viewer": "^4.51.2", - "@patternfly/react-table": "^4.75.2", + "@patternfly/react-table": "^5.0.1", "react": "17.0.2", "react-dom": "17.0.2" }