From f8c720f8cde68d55e0c948b58fae1409ff536098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Nov 2020 17:06:11 +0100 Subject: [PATCH] build(deps): bump @patternfly/patternfly in /passbook/static/static (#336) Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.59.1 to 4.65.6. - [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.59.1...prerelease-v4.65.6) 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 3cd3f9ed1..56e210611 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.59.1", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.59.1.tgz", - "integrity": "sha512-zk3aqg62JXMTzzJMJsyVgt5fXlcxUUkRKkaxUv/hwpjhGiyLexZ1l3Gupb9ziYl74p38KzbbfcfdnlFCwJZfgg==" + "version": "4.65.6", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.65.6.tgz", + "integrity": "sha512-dENO2nZbf5SoEH68coW9U+6FpZmdVnFVjztl7rUeWUPSBUuF1eWld5LT03Q6PVoZuWqqbJxFJodyFKwLb+L9vw==" }, "@rollup/pluginutils": { "version": "3.1.0", diff --git a/passbook/static/static/package.json b/passbook/static/static/package.json index 07f757765..d4bb429b3 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.59.1", + "@patternfly/patternfly": "^4.65.6", "chart.js": "^2.9.4", "codemirror": "^5.58.2", "lit-element": "^2.4.0",