From 8004ed75e46508a1e1e17b9fe434fffc24ccba9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:30:16 +0000 Subject: [PATCH] build(deps): bump @patternfly/react-table from 5.4.11 to 5.4.12 Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 5.4.11 to 5.4.12. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.11...@patternfly/react-table@5.4.12) --- updated-dependencies: - dependency-name: "@patternfly/react-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index d09860a6..345b78dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@patternfly/patternfly": "5.4.1", "@patternfly/react-code-editor": "5.4.1", "@patternfly/react-core": "5.4.1", - "@patternfly/react-table": "5.4.11", + "@patternfly/react-table": "5.4.12", "@redhat-cloud-services/frontend-components": "4.2.22", "@redhat-cloud-services/frontend-components-notifications": "4.1.1", "@redhat-cloud-services/frontend-components-utilities": "4.0.19", @@ -3655,11 +3655,11 @@ "license": "MIT" }, "node_modules/@patternfly/react-table": { - "version": "5.4.11", - "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.11.tgz", - "integrity": "sha512-TlEPx4G+49QYZxk649WUIHkRPA/JB//i29fUosrJdI6EEzpTe8keHLXe5wA9KkhCxOtna7iHPTPWv5qRiDJKSg==", + "version": "5.4.12", + "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.12.tgz", + "integrity": "sha512-ZpW/49bWR9JkZCyBGBCbHNdJt0Vn34g5BaXlVF/P7Tl0WPdxFLWS5EQywiXEhu8qoOhz3uGcyGwACCJCvmqCSg==", "dependencies": { - "@patternfly/react-core": "^5.4.10", + "@patternfly/react-core": "^5.4.11", "@patternfly/react-icons": "^5.4.2", "@patternfly/react-styles": "^5.4.1", "@patternfly/react-tokens": "^5.4.1", @@ -3672,9 +3672,9 @@ } }, "node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.10.tgz", - "integrity": "sha512-lThdXKqHc9sN5AqPskZa1YmUmSwbjdkaT8neTCdMjfnBaBanYCmSCNUMYUsoB0L/2siu2Vlcp12RRaG5hZeN2g==", + "version": "5.4.11", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.11.tgz", + "integrity": "sha512-+WgxVnnqiZiASB+zMBA8Z1YuaX32/ehJ8Y4UB+j2xIB/tjvBqKNVn7n4VPy56F+G9nJ92Kv8Tekccau6bL6jFg==", "dependencies": { "@patternfly/react-icons": "^5.4.2", "@patternfly/react-styles": "^5.4.1", diff --git a/package.json b/package.json index 496cfed8..8d11c5fd 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "@patternfly/patternfly": "5.4.1", "@patternfly/react-code-editor": "5.4.1", "@patternfly/react-core": "5.4.1", - "@patternfly/react-table": "5.4.11", + "@patternfly/react-table": "5.4.12", "@redhat-cloud-services/frontend-components": "4.2.22", "@redhat-cloud-services/frontend-components-notifications": "4.1.1", "@redhat-cloud-services/frontend-components-utilities": "4.0.19",