From 562bf3bde1ce78dd656d9978710b219222f8a39a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:35:16 +0000 Subject: [PATCH] :ghost: Bump @patternfly/patternfly from 6.1.0 to 6.2.0 in /server/ui Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 6.1.0 to 6.2.0. - [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/v6.1.0...v6.2.0) --- updated-dependencies: - dependency-name: "@patternfly/patternfly" dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/ui/client/package.json | 2 +- server/ui/package-lock.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/ui/client/package.json b/server/ui/client/package.json index 6148411a..d849de10 100644 --- a/server/ui/client/package.json +++ b/server/ui/client/package.json @@ -13,7 +13,7 @@ "start": "rsbuild preview" }, "dependencies": { - "@patternfly/patternfly": "^6.1.0", + "@patternfly/patternfly": "^6.2.0", "@patternfly/react-core": "^6.1.0", "@patternfly/react-table": "^6.1.0", "@patternfly/react-tokens": "^6.1.0", diff --git a/server/ui/package-lock.json b/server/ui/package-lock.json index fa479b6b..796ec48d 100644 --- a/server/ui/package-lock.json +++ b/server/ui/package-lock.json @@ -38,7 +38,7 @@ "name": "@openubl-ui/client", "version": "1.0.0", "dependencies": { - "@patternfly/patternfly": "^6.1.0", + "@patternfly/patternfly": "^6.2.0", "@patternfly/react-core": "^6.1.0", "@patternfly/react-table": "^6.1.0", "@patternfly/react-tokens": "^6.1.0", @@ -1219,9 +1219,9 @@ "link": true }, "node_modules/@patternfly/patternfly": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-6.1.0.tgz", - "integrity": "sha512-w+QazL8NHKkg5j01eotblsswKxQQSYB0CN3yBXQL9ScpHdp/fK8M6TqWbKZNRpf+NqhMxcH/om8eR0N/fDCJqw==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-6.2.0.tgz", + "integrity": "sha512-IfNC66MW8pyD3MHqq1Ff8BiRV7Aw0ySQd9TpmNAW8hx5Q1C2YiZWiqyGrhF2Oau/605VZCSOUlG8/XmfMiKVQQ==", "license": "MIT" }, "node_modules/@patternfly/react-core": {