From ca0e89c799f878fe87929638730828671567043e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Oct 2020 09:10:47 +0200 Subject: [PATCH] build(deps): bump @patternfly/patternfly in /passbook/static/static (#261) Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.42.2 to 4.50.4. - [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.42.2...prerelease-v4.50.4) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- passbook/static/static/package-lock.json | 6 +++--- passbook/static/static/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/passbook/static/static/package-lock.json b/passbook/static/static/package-lock.json index 5014efdd5..a11acd32a 100644 --- a/passbook/static/static/package-lock.json +++ b/passbook/static/static/package-lock.json @@ -34,9 +34,9 @@ "integrity": "sha512-OEdH7SyC1suTdhBGW91/zBfR6qaIhThbcN8PUXtXilY4GYnSBbVqOntdHbC1vXwsDnX0Qix2m2+DSU1J51ybOQ==" }, "@patternfly/patternfly": { - "version": "4.42.2", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.42.2.tgz", - "integrity": "sha512-VLDhNko4D09sKcnzWEzMr8T8z9btqAYpuK0ntWMsAwi+/C9XsKyaxPioxuEsm7PeuW6OU0neEzSDYMSUnwrMBQ==" + "version": "4.50.4", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.50.4.tgz", + "integrity": "sha512-eoJ/U11m+1uJMt8HTFCJeUNazoHC58Ot6gzfNnJvbX5kibpDdvrMvLk2iuGhEfwzQmiH7BSrxjZqMyevbSZ2Cw==" }, "@rollup/pluginutils": { "version": "3.1.0", diff --git a/passbook/static/static/package.json b/passbook/static/static/package.json index 72d206a2b..53885e4bd 100644 --- a/passbook/static/static/package.json +++ b/passbook/static/static/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.1", - "@patternfly/patternfly": "^4.42.2", + "@patternfly/patternfly": "^4.50.4", "chart.js": "^2.9.3", "codemirror": "^5.58.1", "lit-element": "^2.4.0",