From 8875651dc8c317a65b7708d33b0680746aa8b987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 21:18:26 +0000 Subject: [PATCH] Bump @patternfly/patternfly from 4.90.5 to 4.125.3 in /console/react Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.90.5 to 4.125.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.125.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..3704c4de21 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.125.3", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.125.3.tgz", + "integrity": "sha512-B0L3TFdFYsioV1loCsd3s3Y6eNV/9YjHQIlFnxF1KRgj+eVq0idKi1Mnq28eycKQgFi6ld3tEveMSxBsaw3R9A==" }, "@patternfly/react-charts": { "version": "6.14.6", diff --git a/console/react/package.json b/console/react/package.json index 2f3c55aec3..be3364dc8f 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.125.3", "@patternfly/react-charts": "^6.14.6", "@patternfly/react-core": "^4.101.3", "@patternfly/react-icons": "^4.9.5",