From 4a1c6363afde2d4ac17eb98957f616413b18c78e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 05:40:47 +0000 Subject: [PATCH] Bump @patternfly/patternfly from 4.70.2 to 4.90.5 in /console/react Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.70.2 to 4.90.5. - [Release notes](https://github.com/patternfly/patternfly/releases) - [Changelog](https://github.com/patternfly/patternfly/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.70.2...prerelease-v4.90.5) Signed-off-by: dependabot[bot] --- console/react/package-lock.json | 11 ++++++++--- console/react/package.json | 2 +- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/console/react/package-lock.json b/console/react/package-lock.json index a8a2704a6e..f8ceafe367 100644 --- a/console/react/package-lock.json +++ b/console/react/package-lock.json @@ -2972,9 +2972,9 @@ } }, "@patternfly/patternfly": { - "version": "4.70.2", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.70.2.tgz", - "integrity": "sha512-XKCHnOjx1JThY3s98AJhsApSsGHPvEdlY7r+b18OecqUnmThVGw3nslzYYrwfCGlJ/xQtV5so29SduH2/uhHzA==" + "version": "4.90.5", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.90.5.tgz", + "integrity": "sha512-Fe0C8UkzSjtacQ+fHXlFB/LHzrv/c2K4z479C6dboOgkGQE1FyB0wt1NBfxij0D++rhOy04OOYdE+Tr0JSlZKw==" }, "@patternfly/react-charts": { "version": "5.3.22", @@ -3055,6 +3055,11 @@ "tslib": "1.13.0" }, "dependencies": { + "@patternfly/patternfly": { + "version": "4.70.2", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.70.2.tgz", + "integrity": "sha512-XKCHnOjx1JThY3s98AJhsApSsGHPvEdlY7r+b18OecqUnmThVGw3nslzYYrwfCGlJ/xQtV5so29SduH2/uhHzA==" + }, "@patternfly/react-tokens": { "version": "4.9.22", "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-4.9.22.tgz", diff --git a/console/react/package.json b/console/react/package.json index d8d370dbe4..d72f784727 100644 --- a/console/react/package.json +++ b/console/react/package.json @@ -3,7 +3,7 @@ "version": "1.15.0", "private": true, "dependencies": { - "@patternfly/patternfly": "^4.70.2", + "@patternfly/patternfly": "^4.90.5", "@patternfly/react-charts": "^5.1.6", "@patternfly/react-core": "^4.84.4", "@patternfly/react-icons": "^4.7.22",