From 81026db4ccd97e1cb4e31f570dbc4bed7c15df06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:34:04 +0000 Subject: [PATCH] build(deps): bump @patternfly/patternfly Bumps the patternfly group in /api/src/main/webui with 1 update: [@patternfly/patternfly](https://github.com/patternfly/patternfly). Updates `@patternfly/patternfly` from 6.6.0 to 6.6.1 - [Release notes](https://github.com/patternfly/patternfly/releases) - [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js) - [Commits](https://github.com/patternfly/patternfly/compare/patch-v6.6.0...patch-v6.6.1) --- updated-dependencies: - dependency-name: "@patternfly/patternfly" dependency-version: 6.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patternfly ... Signed-off-by: dependabot[bot] --- api/src/main/webui/package-lock.json | 8 ++++---- api/src/main/webui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/src/main/webui/package-lock.json b/api/src/main/webui/package-lock.json index 2e2dd3734..4697989ae 100644 --- a/api/src/main/webui/package-lock.json +++ b/api/src/main/webui/package-lock.json @@ -8,7 +8,7 @@ "name": "console-ui-react-poc", "version": "0.1.0", "dependencies": { - "@patternfly/patternfly": "^6.6.0", + "@patternfly/patternfly": "^6.6.1", "@patternfly/react-charts": "^8.6.0", "@patternfly/react-core": "^6.6.0", "@patternfly/react-data-view": "^6.5.0", @@ -678,9 +678,9 @@ } }, "node_modules/@patternfly/patternfly": { - "version": "6.6.0", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-6.6.0.tgz", - "integrity": "sha512-drZ4wYFQdhYY+VxLIl8PqbYnJoEa0UrNhiUkMCKkgMVNPxmCfNa1d2eEA97tnp2aYew15jQp+MaZcQIQIG8wVg==", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-6.6.1.tgz", + "integrity": "sha512-8P9C1TmFk5y5s2/1XVjmP9JmSyDXDiNBwPZewhPizULtqlaRu+Evljx/X1HTSFrCNY0qgI1uDKy+NXiorIniyA==", "license": "MIT" }, "node_modules/@patternfly/react-charts": { diff --git a/api/src/main/webui/package.json b/api/src/main/webui/package.json index 007b542d2..6774fb81a 100644 --- a/api/src/main/webui/package.json +++ b/api/src/main/webui/package.json @@ -10,7 +10,7 @@ "lint": "eslint . --ext js,ts,tsx --report-unused-disable-directives --max-warnings 0" }, "dependencies": { - "@patternfly/patternfly": "^6.6.0", + "@patternfly/patternfly": "^6.6.1", "@patternfly/react-charts": "^8.6.0", "@patternfly/react-core": "^6.6.0", "@patternfly/react-data-view": "^6.5.0",