From 8ca3426dd8e0ba3b7e9baa6aac3c935f13864909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 21:04:55 +0000 Subject: [PATCH] Bump @patternfly/patternfly from 4.90.5 to 4.206.3 in /console/react Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.90.5 to 4.206.3. - [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.206.3) --- 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..e88a2fab63 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.206.3", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.206.3.tgz", + "integrity": "sha512-2Ar6qaZAozyx/KBzlqqskoEf45HUZIbk668qFwYHWaTkuucYw/usoxw03OwnGCS4GgBlMf06X2uonHgQLhVT8A==" }, "@patternfly/react-charts": { "version": "6.14.6", diff --git a/console/react/package.json b/console/react/package.json index 2f3c55aec3..03ac75e1d1 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.206.3", "@patternfly/react-charts": "^6.14.6", "@patternfly/react-core": "^4.101.3", "@patternfly/react-icons": "^4.9.5",