From 3d4c4df27f40b2fee04b1eab49b74159d005be12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:08:08 +0000 Subject: [PATCH] build(deps): update @patternfly/react-core requirement Updates the requirements on [@patternfly/react-core](https://github.com/patternfly/patternfly-react) to permit the latest version. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@6.4.0...@patternfly/react-core@6.4.1) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-version: 6.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/package.json b/packages/module/package.json index 770c9cb7..55f69204 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "@patternfly/react-component-groups": "^6.1.0", - "@patternfly/react-core": "^6.4.0", + "@patternfly/react-core": "^6.4.1", "@patternfly/react-icons": "^6.4.0", "@patternfly/react-table": "^6.4.0", "clsx": "^2.1.1",