From 5a47c4850ddaaf7ad459de86813d0660b2f9d1c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 09:12:31 +0100 Subject: [PATCH] build(deps): bump @patternfly/patternfly from 4.87.2 to 4.87.3 in /web (#566) Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.87.2 to 4.87.3. - [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.2...prerelease-v4.87.3) 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 0b1c8e89d..40ecca3c6 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -104,9 +104,9 @@ } }, "@patternfly/patternfly": { - "version": "4.87.2", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.87.2.tgz", - "integrity": "sha512-R0dfHtxSMcHxxtzw5K97YpPCP0zvmfFn7/jL9goHWmgkW6tFdCfrqLBE4+ntgVzk7EfgMXjS8+n80K0aDfbayg==" + "version": "4.87.3", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.87.3.tgz", + "integrity": "sha512-hDNMPa7B1zKD8LWFZO4SS5hC/N+yvuci2sAn8HJd+EIbAvbMAUkRsyZ0/XO3BG3RVtpSlgq7q8x1pAHC/FTFuA==" }, "@rollup/plugin-typescript": { "version": "8.2.0", diff --git a/web/package.json b/web/package.json index 20edbb62e..bb2281ae1 100644 --- a/web/package.json +++ b/web/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2", - "@patternfly/patternfly": "^4.87.2", + "@patternfly/patternfly": "^4.87.3", "@sentry/browser": "^6.1.0", "@sentry/tracing": "^6.1.0", "@types/chart.js": "^2.9.30",