From f2157c6285f462c05b7246b4909e467564ea7248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 24 Sep 2024 07:04:41 +0000 Subject: [PATCH] fix: upgrade @patternfly/react-icons from 5.3.2 to 5.4.0 Snyk has created this PR to upgrade @patternfly/react-icons from 5.3.2 to 5.4.0. See this package in npm: @patternfly/react-icons See this project in Snyk: https://app.snyk.io/org/patternfly-bD6TiY6PxAoojbR6oZkeJN/project/015b745d-6900-4ccd-bbd4-e0cfeae5d2de?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e2782a72..d2823aee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@patternfly/react-core": "5.3.3", - "@patternfly/react-icons": "5.3.2", + "@patternfly/react-icons": "^5.4.0", "@patternfly/react-styles": "5.3.1", "react": "^18.3.1", "react-dom": "^18.3.1", @@ -1740,9 +1740,10 @@ } }, "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": "5.4.0", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.4.0.tgz", + "integrity": "sha512-2M3qN/naultvRHeG2laJMmoIroFCGAyfwTVrnCjSkG6/KnRoXV0+dqd+Xrh7xzpzvIJB1klvifC0oX42cEkDrA==", + "license": "MIT", "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" diff --git a/package.json b/package.json index b734ed64..be4dfe16 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ }, "dependencies": { "@patternfly/react-core": "5.3.3", - "@patternfly/react-icons": "5.3.2", + "@patternfly/react-icons": "5.4.0", "@patternfly/react-styles": "5.3.1", "react": "^18.3.1", "react-dom": "^18.3.1",