From 91137c90283995c48162dddcb7f3d6cc527b61c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 00:24:55 +0000 Subject: [PATCH] Bump the patternfly group across 1 directory with 2 updates Bumps the patternfly group with 2 updates in the / directory: [@patternfly/react-core](https://github.com/patternfly/patternfly-react) and [@patternfly/react-table](https://github.com/patternfly/patternfly-react). Updates `@patternfly/react-core` from 5.4.11 to 5.4.14 - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.11...@patternfly/react-core@5.4.14) Updates `@patternfly/react-table` from 5.4.12 to 5.4.16 - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.12...@patternfly/react-table@5.4.16) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patternfly - dependency-name: "@patternfly/react-table" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patternfly ... Signed-off-by: dependabot[bot] --- package-lock.json | 20 +++++++++++--------- package.json | 4 ++-- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0928e0cd11..b220d6731f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,8 +14,8 @@ "@lingui/react": "^5.0.0", "@patternfly/patternfly": "^5.4.2", "@patternfly/react-code-editor": "^5.4.0", - "@patternfly/react-core": "^5.4.11", - "@patternfly/react-table": "^5.4.12", + "@patternfly/react-core": "^5.4.14", + "@patternfly/react-table": "^5.4.16", "@redhat-cloud-services/frontend-components": "^4.2.16", "antsibull-docs": "^1.1.0", "axios": "^1.7.7", @@ -4102,9 +4102,10 @@ } }, "node_modules/@patternfly/react-core": { - "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==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.14.tgz", + "integrity": "sha512-oXVMzLs9Pa+xmdc39L2u05zbXfY3mWuOFi4GDv44GPdDexZUFy5W69+Nv5P8cwfMim55Nf5kKYpcqmatD2bBXw==", + "license": "MIT", "dependencies": { "@patternfly/react-icons": "^5.4.2", "@patternfly/react-styles": "^5.4.1", @@ -4139,11 +4140,12 @@ "integrity": "sha512-XA8PXksD8uiA3RTwxdUwJXOCf+V6sVd+2HKapWAdRLvtSV+Sdk7NgCvalb4IAQncsddLopjPQD8gAHA298+N8w==" }, "node_modules/@patternfly/react-table": { - "version": "5.4.12", - "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.12.tgz", - "integrity": "sha512-ZpW/49bWR9JkZCyBGBCbHNdJt0Vn34g5BaXlVF/P7Tl0WPdxFLWS5EQywiXEhu8qoOhz3uGcyGwACCJCvmqCSg==", + "version": "5.4.16", + "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.16.tgz", + "integrity": "sha512-K/xNdTvFKFyD6WhuBU/GCq/3LTrSaObdXSTmzefWWcPcN0gcf/J3ouiuapj951JIsP13CMmwJBNtEa3aHR8igg==", + "license": "MIT", "dependencies": { - "@patternfly/react-core": "^5.4.11", + "@patternfly/react-core": "^5.4.14", "@patternfly/react-icons": "^5.4.2", "@patternfly/react-styles": "^5.4.1", "@patternfly/react-tokens": "^5.4.1", diff --git a/package.json b/package.json index 4374b478fc..0d35924b7d 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "@lingui/react": "^5.0.0", "@patternfly/patternfly": "^5.4.2", "@patternfly/react-code-editor": "^5.4.0", - "@patternfly/react-core": "^5.4.11", - "@patternfly/react-table": "^5.4.12", + "@patternfly/react-core": "^5.4.14", + "@patternfly/react-table": "^5.4.16", "@redhat-cloud-services/frontend-components": "^4.2.16", "antsibull-docs": "^1.1.0", "axios": "^1.7.7",