From b7b87d87fc7e93926fd7acc66f36dbd858ebe42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 09:12:49 +0100 Subject: [PATCH] build(deps): bump @patternfly/patternfly from 4.87.3 to 4.90.5 in /web (#622) Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.87.3 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.87.3...prerelease-v4.90.5) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 6 +++--- web/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 0d7710feb..821958870 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -103,9 +103,9 @@ } }, "@patternfly/patternfly": { - "version": "4.87.3", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.87.3.tgz", - "integrity": "sha512-hDNMPa7B1zKD8LWFZO4SS5hC/N+yvuci2sAn8HJd+EIbAvbMAUkRsyZ0/XO3BG3RVtpSlgq7q8x1pAHC/FTFuA==" + "version": "4.90.5", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.90.5.tgz", + "integrity": "sha512-Fe0C8UkzSjtacQ+fHXlFB/LHzrv/c2K4z479C6dboOgkGQE1FyB0wt1NBfxij0D++rhOy04OOYdE+Tr0JSlZKw==" }, "@rollup/plugin-typescript": { "version": "8.2.0", diff --git a/web/package.json b/web/package.json index c6602f4bd..cbc71fb54 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2", - "@patternfly/patternfly": "^4.87.3", + "@patternfly/patternfly": "^4.90.5", "@sentry/browser": "^6.2.1", "@sentry/tracing": "^6.2.1", "@types/chart.js": "^2.9.31",