From 4065a1ad60ded125f3488caf48504e150f800ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 17:30:32 +0000 Subject: [PATCH] Bump @patternfly/patternfly in /application/src/main/webapp Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 4.224.2 to 5.0.2. - [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.0.2) --- updated-dependencies: - dependency-name: "@patternfly/patternfly" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- application/src/main/webapp/package-lock.json | 14 +++++++------- application/src/main/webapp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/application/src/main/webapp/package-lock.json b/application/src/main/webapp/package-lock.json index e2d4c349..d0d9fa5b 100644 --- a/application/src/main/webapp/package-lock.json +++ b/application/src/main/webapp/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "dependencies": { "@hookform/resolvers": "^2.8.8", - "@patternfly/patternfly": "^4.224.2", + "@patternfly/patternfly": "^5.0.2", "@patternfly/react-core": "^4.276.6", "@patternfly/react-table": "^4.113.0", "@project-openubl/lib-ui": "^1.7.2", @@ -3255,9 +3255,9 @@ } }, "node_modules/@patternfly/patternfly": { - "version": "4.224.2", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.224.2.tgz", - "integrity": "sha512-HGNV26uyHSIECuhjPg/WGn0mXbAotcs6ODfhAOkfYjIgGylddgiwElxUe1rpEHV5mQJJ2rMn4OdeJIIpzRX61g==" + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.0.2.tgz", + "integrity": "sha512-PB8+MLdYVgF1hIOxGmnVsZG+YHUX3RePe5W1oMS4gS00EmSgw1cobr1Qbpy/BqqS8/R9DRN4hZ2FKDT0d5tkFQ==" }, "node_modules/@patternfly/react-core": { "version": "4.276.8", @@ -23086,9 +23086,9 @@ } }, "@patternfly/patternfly": { - "version": "4.224.2", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-4.224.2.tgz", - "integrity": "sha512-HGNV26uyHSIECuhjPg/WGn0mXbAotcs6ODfhAOkfYjIgGylddgiwElxUe1rpEHV5mQJJ2rMn4OdeJIIpzRX61g==" + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.0.2.tgz", + "integrity": "sha512-PB8+MLdYVgF1hIOxGmnVsZG+YHUX3RePe5W1oMS4gS00EmSgw1cobr1Qbpy/BqqS8/R9DRN4hZ2FKDT0d5tkFQ==" }, "@patternfly/react-core": { "version": "4.276.8", diff --git a/application/src/main/webapp/package.json b/application/src/main/webapp/package.json index 38d6e2a1..5b21418e 100644 --- a/application/src/main/webapp/package.json +++ b/application/src/main/webapp/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@hookform/resolvers": "^2.8.8", - "@patternfly/patternfly": "^4.224.2", + "@patternfly/patternfly": "^5.0.2", "@patternfly/react-core": "^4.276.6", "@patternfly/react-table": "^4.113.0", "@project-openubl/lib-ui": "^1.7.2",