From cd1aa238f625403ccb10d7898bf014191a7541c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 07:12:16 +0000 Subject: [PATCH] build(deps): bump @patternfly/patternfly from 5.3.0 to 5.3.1 Bumps [@patternfly/patternfly](https://github.com/patternfly/patternfly) from 5.3.0 to 5.3.1. - [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/v5.3.0...patch-v5.3.1) --- updated-dependencies: - dependency-name: "@patternfly/patternfly" 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 10a3a425..f0f3a33c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@data-driven-forms/pf4-component-mapper": "3.22.4", "@data-driven-forms/react-form-renderer": "3.22.4", - "@patternfly/patternfly": "5.3.0", + "@patternfly/patternfly": "5.3.1", "@patternfly/react-code-editor": "5.3.0", "@patternfly/react-core": "5.3.3", "@patternfly/react-table": "5.3.3", @@ -3387,9 +3387,9 @@ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/@patternfly/patternfly": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.3.0.tgz", - "integrity": "sha512-93uWA15bOJDgu8NF2iReWbbNtWdtM+v7iaDpK33mJChgej+whiFpGLtQPI2jFk1aVW3rDpbt4qm4OaNinpzSsg==" + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/@patternfly/patternfly/-/patternfly-5.3.1.tgz", + "integrity": "sha512-KYIr9pKRTzHZNGuDuaa5j5CaZyLltvotPFGG1BiJalBDBGSOyk0BZCgHLowm4txKZXrLhorEuuv9XLrMQL8eoA==" }, "node_modules/@patternfly/react-code-editor": { "version": "5.3.0", diff --git a/package.json b/package.json index 7c6903d9..76c18147 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "@data-driven-forms/pf4-component-mapper": "3.22.4", "@data-driven-forms/react-form-renderer": "3.22.4", - "@patternfly/patternfly": "5.3.0", + "@patternfly/patternfly": "5.3.1", "@patternfly/react-core": "5.3.3", "@patternfly/react-code-editor": "5.3.0", "@patternfly/react-table": "5.3.3",