From e2f06a412aeabcaae7f5089408f5477e6ca316f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 21:29:22 +0000 Subject: [PATCH] Bump @patternfly/patternfly from 4.90.5 to 4.194.4 in /console/react Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.90.5 to 4.194.4. - [Release notes](https://github.com/patternfly/patternfly/releases) - [Changelog](https://github.com/patternfly/patternfly/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.90.5...prerelease-v4.194.4) --- updated-dependencies: - dependency-name: "@patternfly/patternfly" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- console/react/package-lock.json | 6 +++--- console/react/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/console/react/package-lock.json b/console/react/package-lock.json index e2d827e1a1..4831ae304d 100644 --- a/console/react/package-lock.json +++ b/console/react/package-lock.json @@ -1909,9 +1909,9 @@ } }, "@patternfly/patternfly": { - "version": "4.90.5", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.90.5.tgz", - "integrity": "sha512-Fe0C8UkzSjtacQ+fHXlFB/LHzrv/c2K4z479C6dboOgkGQE1FyB0wt1NBfxij0D++rhOy04OOYdE+Tr0JSlZKw==" + "version": "4.194.4", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.194.4.tgz", + "integrity": "sha512-SJxr502v0xXk1N5OiPLunD9pdKvHp5XXJLXcD5lIPrimjjUcy46m48X8YONjDvnC/Y5xV92UI2KxoCVucE34eA==" }, "@patternfly/react-charts": { "version": "6.14.6", diff --git a/console/react/package.json b/console/react/package.json index 2f3c55aec3..18c2d08ca4 100644 --- a/console/react/package.json +++ b/console/react/package.json @@ -3,7 +3,7 @@ "version": "1.16.0", "private": true, "dependencies": { - "@patternfly/patternfly": "^4.90.5", + "@patternfly/patternfly": "^4.194.4", "@patternfly/react-charts": "^6.14.6", "@patternfly/react-core": "^4.101.3", "@patternfly/react-icons": "^4.9.5",