From 56762852af5dbd0490be53450ffe7ea810f9e137 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 08:35:54 +0000 Subject: [PATCH] :ghost: Bump @patternfly/react-tokens from 6.1.0 to 6.2.0 in /server/ui Bumps [@patternfly/react-tokens](https://github.com/patternfly/patternfly-react) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-tokens@6.1.0...@patternfly/react-tokens@6.2.0) --- updated-dependencies: - dependency-name: "@patternfly/react-tokens" 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..42cb592c 100644 --- a/server/ui/client/package.json +++ b/server/ui/client/package.json @@ -16,7 +16,7 @@ "@patternfly/patternfly": "^6.1.0", "@patternfly/react-core": "^6.1.0", "@patternfly/react-table": "^6.1.0", - "@patternfly/react-tokens": "^6.1.0", + "@patternfly/react-tokens": "^6.2.0", "@tanstack/react-query": "^5.66.11", "@tanstack/react-query-devtools": "^5.66.11", "@tanstack/react-router": "^1.112.0", diff --git a/server/ui/package-lock.json b/server/ui/package-lock.json index fa479b6b..248e5f0c 100644 --- a/server/ui/package-lock.json +++ b/server/ui/package-lock.json @@ -41,7 +41,7 @@ "@patternfly/patternfly": "^6.1.0", "@patternfly/react-core": "^6.1.0", "@patternfly/react-table": "^6.1.0", - "@patternfly/react-tokens": "^6.1.0", + "@patternfly/react-tokens": "^6.2.0", "@tanstack/react-query": "^5.66.11", "@tanstack/react-query-devtools": "^5.66.11", "@tanstack/react-router": "^1.112.0", @@ -1277,9 +1277,9 @@ } }, "node_modules/@patternfly/react-tokens": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.1.0.tgz", - "integrity": "sha512-t1UcHbOa4txczTR5UlnG4XcAAdnDSfSlCaOddw/HTqRF59pn2ks2JUu9sfnFRZ8SiAAxKRiYdX5bT7Mf4R24+w==", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-6.2.0.tgz", + "integrity": "sha512-KyzbsQYXTCxTmwkLlN4GdmTCNlOKnPUpY389loaC4/B0wHNq8Vw4OMIsAPVi4RSSvTaSxitlPAwt3xBTjNIzFA==", "license": "MIT" }, "node_modules/@rollup/plugin-commonjs": {