From d16f4f585a14bb5bf4bb31a4a842c23b3e33a339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 03:40:00 +0000 Subject: [PATCH] Build(deps): Bump @patternfly/react-icons in /catalog/ui Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) from 5.3.2 to 6.1.0. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.3.2...@patternfly/react-icons@6.1.0) --- updated-dependencies: - dependency-name: "@patternfly/react-icons" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- catalog/ui/package-lock.json | 26 ++++++++++++++++++++++---- catalog/ui/package.json | 2 +- 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index 94dd55ce..eae3fd60 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -12,7 +12,7 @@ "@lexical/react": "^0.11.1", "@monaco-editor/react": "^4.6.0", "@patternfly/react-core": "^5.3.3", - "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-icons": "^6.1.0", "@patternfly/react-styles": "^5.3.1", "@patternfly/react-table": "^5.3.3", "@reduxjs/toolkit": "^1.9.7", @@ -3462,10 +3462,19 @@ "react-dom": "^17 || ^18" } }, + "node_modules/@patternfly/react-core/node_modules/@patternfly/react-icons": { + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.2.tgz", + "integrity": "sha512-CMQ5oHYzW6TPVTs2jpNJmP2vGCAKR/YeTPwHGO9dLkAUej1IcIxtCCWK2Fdo2UJsnBjuZihasyw2b6ehvbUm9Q==", + "peerDependencies": { + "react": "^17 || ^18", + "react-dom": "^17 || ^18" + } + }, "node_modules/@patternfly/react-icons": { - "version": "5.3.2", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.3.2.tgz", - "integrity": "sha512-GEygYbl0H4zD8nZuTQy2dayKIrV2bMMeWKSOEZ16Y3EYNgYVUOUnN+J0naAEuEGH39Xb1DE9n+XUbE1PC4CxPA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.1.0.tgz", + "integrity": "sha512-V1w/j19YmOgvh72IRRf1p07k+u4M5+9P+o/IxunlF0fWzLDX4Hf+utBI11A8cRfUzpQN7eLw/vZIS3BLM8Ge3Q==", "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" @@ -3493,6 +3502,15 @@ "react-dom": "^17 || ^18" } }, + "node_modules/@patternfly/react-table/node_modules/@patternfly/react-icons": { + "version": "5.4.2", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.2.tgz", + "integrity": "sha512-CMQ5oHYzW6TPVTs2jpNJmP2vGCAKR/YeTPwHGO9dLkAUej1IcIxtCCWK2Fdo2UJsnBjuZihasyw2b6ehvbUm9Q==", + "peerDependencies": { + "react": "^17 || ^18", + "react-dom": "^17 || ^18" + } + }, "node_modules/@patternfly/react-tokens": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.3.1.tgz", diff --git a/catalog/ui/package.json b/catalog/ui/package.json index b0f7b156..cd8b9d14 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -82,7 +82,7 @@ "@lexical/react": "^0.11.1", "@monaco-editor/react": "^4.6.0", "@patternfly/react-core": "^5.3.3", - "@patternfly/react-icons": "^5.3.2", + "@patternfly/react-icons": "^6.1.0", "@patternfly/react-styles": "^5.3.1", "@patternfly/react-table": "^5.3.3", "@reduxjs/toolkit": "^1.9.7",