From 2f5d5cfcdf9b4d25e7d885c160aaf1214748a816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 04:43:53 +0000 Subject: [PATCH] build(deps): bump @patternfly/react-core from 5.4.0 to 5.4.1 Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.0...@patternfly/react-core@5.4.1) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b22c4fe83..41186b38b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@patternfly/patternfly": "5.4.0", "@patternfly/react-code-editor": "5.4.1", - "@patternfly/react-core": "5.4.0", + "@patternfly/react-core": "5.4.1", "@patternfly/react-table": "5.4.0", "@redhat-cloud-services/frontend-components": "4.2.15", "@redhat-cloud-services/frontend-components-notifications": "4.1.0", @@ -1713,9 +1713,9 @@ } }, "node_modules/@patternfly/react-core": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.0.tgz", - "integrity": "sha512-Tz2Y9V4G2pnwrylc/4/FyxIRFvxiA8BEBIG6UBwXxrstnJmJaHgAIy6QJdJmERzVx3GVDz6/rM0PnMqa5R6auQ==", + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.1.tgz", + "integrity": "sha512-PJjwN4OCR7jTdWKi0RzuFdtlSQ8gBR+0REczuDHHPW8ky0bs1cIcqGsn5p/b6OgPlztl3UaXqRYLsroiEMasOw==", "dependencies": { "@patternfly/react-icons": "^5.4.0", "@patternfly/react-styles": "^5.4.0", diff --git a/package.json b/package.json index d46aaeb23..9b1447df3 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@patternfly/patternfly": "5.4.0", "@patternfly/react-code-editor": "5.4.1", - "@patternfly/react-core": "5.4.0", + "@patternfly/react-core": "5.4.1", "@patternfly/react-table": "5.4.0", "@redhat-cloud-services/frontend-components": "4.2.15", "@redhat-cloud-services/frontend-components-notifications": "4.1.0",