From 13069a31f8646e4fd9db11659def20f6928a6f34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 11:54:28 +0100 Subject: [PATCH] chore(deps): bump @patternfly/react-icons from 5.2.0 to 5.2.1 (#2156) Bumps [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) from 5.2.0 to 5.2.1. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.2.0...@patternfly/react-icons@5.2.1) --- updated-dependencies: - dependency-name: "@patternfly/react-icons" dependency-type: direct:production update-type: version-update:semver-patch ... 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 877b7e84c..e7fbca0ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@data-driven-forms/pf4-component-mapper": "^3.22.2", "@data-driven-forms/react-form-renderer": "^3.22.2", "@patternfly/react-core": "^5.1.2", - "@patternfly/react-icons": "^5.2.0", + "@patternfly/react-icons": "^5.2.1", "@patternfly/react-table": "^5.2.0", "@redhat-cloud-services/frontend-components": "^4.2.4", "@redhat-cloud-services/frontend-components-notifications": "^4.1.0", @@ -5288,9 +5288,9 @@ } }, "node_modules/@patternfly/react-icons": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.2.0.tgz", - "integrity": "sha512-vklAF2unvtK0trwx9Kk8nf4Xa2+nie4zxaIaQdnjIL7kX6a5SdsewDjlavOC3cRxnibZLQ5HQtpDZ4EmuXm8DQ==", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-icons/-/react-icons-5.2.1.tgz", + "integrity": "sha512-aeJ0X+U2NDe8UmI5eQiT0iuR/wmUq97UkDtx3HoZcpRb9T6eUBfysllxjRqHS8rOOspdU8OWq+CUhQ/E2ZDibg==", "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" diff --git a/package.json b/package.json index 12a20643a..c08307ea2 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "@data-driven-forms/pf4-component-mapper": "^3.22.2", "@data-driven-forms/react-form-renderer": "^3.22.2", "@patternfly/react-core": "^5.1.2", - "@patternfly/react-icons": "^5.2.0", + "@patternfly/react-icons": "^5.2.1", "@patternfly/react-table": "^5.2.0", "@redhat-cloud-services/frontend-components": "^4.2.4", "@redhat-cloud-services/frontend-components-notifications": "^4.1.0",