From 6a1cdc6ee19c0b8763d139982befa634cf150985 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 18 Jan 2026 08:46:33 +0000 Subject: [PATCH] fix: upgrade @patternfly/react-icons from 6.2.2 to 6.4.0 Snyk has created this PR to upgrade @patternfly/react-icons from 6.2.2 to 6.4.0. See this package in npm: @patternfly/react-icons See this project in Snyk: https://app.snyk.io/org/patternfly-bD6TiY6PxAoojbR6oZkeJN/project/eacedbea-5436-410b-9343-5f1e24244147?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9bc293c..7dbfb3f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@patternfly/react-code-editor": "^6.2.2", "@patternfly/react-core": "^6.0.0", "@patternfly/react-drag-drop": "^6.0.0", - "@patternfly/react-icons": "^6.0.0", + "@patternfly/react-icons": "^6.4.0", "@patternfly/react-styles": "^6.0.0", "@patternfly/react-table": "^6.0.0", "@patternfly/react-tokens": "^6.0.0", @@ -4103,13 +4103,13 @@ } }, "node_modules/@patternfly/react-icons": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.2.2.tgz", - "integrity": "sha512-XkBwzuV/uiolX+T6QgB3RIqphM1m+vAZjAe3McYtyY22j1rsOdlWDE4RtRrJ1q7EoIZwyZHj0h8T9vMfUsLn4Q==", + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-6.4.0.tgz", + "integrity": "sha512-SPjzatm73NUYv/BL6A/cjRA5sFQ15NkiyPAcT8gmklI7HY+ptd6/eg49uBDFmxTQcSwbb5ISW/R6wwCQBY2M+Q==", "license": "MIT", "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" + "react": "^17 || ^18 || ^19", + "react-dom": "^17 || ^18 || ^19" } }, "node_modules/@patternfly/react-styles": { diff --git a/package.json b/package.json index bfe7cf6..1de5f01 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@patternfly/react-code-editor": "^6.2.2", "@patternfly/react-core": "^6.0.0", "@patternfly/react-drag-drop": "^6.0.0", - "@patternfly/react-icons": "^6.0.0", + "@patternfly/react-icons": "^6.4.0", "@patternfly/react-styles": "^6.0.0", "@patternfly/react-table": "^6.0.0", "@patternfly/react-tokens": "^6.0.0",