From 542a4b9bdf435adccc7418f6fab32062eb78e375 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 10:04:15 +0100 Subject: [PATCH] build(deps): bump @patternfly/patternfly from 4.70.2 to 4.80.3 in /web (#502) Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.70.2 to 4.80.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.70.2...prerelease-v4.80.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 5305881f7..98434e3cd 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -102,9 +102,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.80.3", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.80.3.tgz", + "integrity": "sha512-YLUk4L6iCBXql92YP6zHg0FdlnEkd5/3V+uz/A3UoBuuDdEoyDpx4M/Tf56R7IXmYiRaHE1mToJHPDYypIlnmw==" }, "@rollup/plugin-typescript": { "version": "8.1.0", diff --git a/web/package.json b/web/package.json index abab3e46b..39bce8ffe 100644 --- a/web/package.json +++ b/web/package.json @@ -8,7 +8,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.2", - "@patternfly/patternfly": "^4.70.2", + "@patternfly/patternfly": "^4.80.3", "@sentry/browser": "^6.0.2", "@sentry/tracing": "^6.0.2", "@types/chart.js": "^2.9.30",