From f5fa2f189727957cf61c25c52b49d633924841de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:33:09 +0000 Subject: [PATCH] chore(deps-dev): bump @patternfly/patternfly from 4.224.2 to 5.1.0 Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.224.2 to 5.1.0. - [Release notes](https://github.com/patternfly/patternfly/releases) - [Changelog](https://github.com/patternfly/patternfly/blob/main/release.config.js) - [Commits](https://github.com/patternfly/patternfly/compare/prerelease-v4.224.2...v5.1.0) --- updated-dependencies: - dependency-name: "@patternfly/patternfly" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 13 ++++++++----- package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 629124b7b..5982adb9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "@cypress/code-coverage": "^3.10.3", "@cypress/react": "^6.2.1", "@formatjs/cli": "^3.2.0", - "@patternfly/patternfly": "^4.224.2", + "@patternfly/patternfly": "^5.1.0", "@redhat-cloud-services/frontend-components-config": "^5.0.4", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-image": "^2.1.1", @@ -3433,9 +3433,10 @@ "license": "ISC" }, "node_modules/@patternfly/patternfly": { - "version": "4.224.2", - "dev": true, - "license": "MIT" + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.1.0.tgz", + "integrity": "sha512-wzVgL/0xPsmuRKWc6lMNEo5gDcTUtyU231eJSBTapOKXiwBOv2flvLEHPYLO6oDYXO+hwUrVgbcZFWMd1UlLwA==", + "dev": true }, "node_modules/@patternfly/react-core": { "version": "4.276.11", @@ -30868,7 +30869,9 @@ } }, "@patternfly/patternfly": { - "version": "4.224.2", + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.1.0.tgz", + "integrity": "sha512-wzVgL/0xPsmuRKWc6lMNEo5gDcTUtyU231eJSBTapOKXiwBOv2flvLEHPYLO6oDYXO+hwUrVgbcZFWMd1UlLwA==", "dev": true }, "@patternfly/react-core": { diff --git a/package.json b/package.json index 35c49c054..09e46cea2 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@cypress/code-coverage": "^3.10.3", "@cypress/react": "^6.2.1", "@formatjs/cli": "^3.2.0", - "@patternfly/patternfly": "^4.224.2", + "@patternfly/patternfly": "^5.1.0", "@redhat-cloud-services/frontend-components-config": "^5.0.4", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-image": "^2.1.1",