From 47784c883e8373052b60938c4f3ef1fd871a1075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 21:22:29 +0000 Subject: [PATCH] build(deps): bump the patternfly group with 3 updates Bumps the patternfly group with 3 updates: [@patternfly/react-core](https://github.com/patternfly/patternfly-react), [@patternfly/react-icons](https://github.com/patternfly/patternfly-react) and @patternfly/react-styles. Updates `@patternfly/react-core` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.1.1...@patternfly/react-core@5.1.2) Updates `@patternfly/react-icons` from 5.1.1 to 5.1.2 - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-icons@5.1.1...@patternfly/react-icons@5.1.2) Updates `@patternfly/react-styles` from 5.1.1 to 5.1.2 --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patternfly - dependency-name: "@patternfly/react-icons" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patternfly - dependency-name: "@patternfly/react-styles" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patternfly ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9dabeeb..5fd1b5f 100644 --- a/package.json +++ b/package.json @@ -46,9 +46,9 @@ }, "dependencies": { "@patternfly/patternfly": "5.1.0", - "@patternfly/react-core": "5.1.1", - "@patternfly/react-icons": "5.1.1", - "@patternfly/react-styles": "5.1.1", + "@patternfly/react-core": "5.1.2", + "@patternfly/react-icons": "5.1.2", + "@patternfly/react-styles": "5.1.2", "react": "18.2.0", "react-dom": "18.2.0" }