From b9f895c629cd25039fd849ec0a52805401835c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:42:57 -0600 Subject: [PATCH] chore(deps): bump @patternfly/react-icons from 5.1.2 to 5.4.2 (#33) Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) from 5.1.2 to 5.4.2. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.1.2...@patternfly/react-icons@5.4.2) --- updated-dependencies: - dependency-name: "@patternfly/react-icons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4de053d..60a6948 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@babel/runtime": "7.12.13", "@patternfly/react-core": "^5.0.0", - "@patternfly/react-icons": "^5.0.0", + "@patternfly/react-icons": "^5.4.2", "@patternfly/react-table": "^5.0.0", "@redhat-cloud-services/config-manager-client": "^1.0.75", "@redhat-cloud-services/frontend-components": "^4.0.1", @@ -4132,9 +4132,9 @@ } }, "node_modules/@patternfly/react-icons": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.1.2.tgz", - "integrity": "sha512-hgf3OchvNyCcxqDrRJCkxauFdxENtVX2d6uTkMfOQWP3hs8hqYGHR5S0pe2teJ1SwAs2Rgtf7ezzmzKAouAjkw==", + "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" diff --git a/package.json b/package.json index 55f0fdd..f6fc425 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@babel/runtime": "7.12.13", "@patternfly/react-core": "^5.0.0", - "@patternfly/react-icons": "^5.0.0", + "@patternfly/react-icons": "^5.4.2", "@patternfly/react-table": "^5.0.0", "@redhat-cloud-services/config-manager-client": "^1.0.75", "@redhat-cloud-services/frontend-components": "^4.0.1",