From 7228a0a17b35820cb18b6166ce819a61be0d69f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 13:55:21 +0000 Subject: [PATCH] chore(deps): bump @patternfly/react-core in /ui/ui-app Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 5.4.11 to 5.4.12. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.11...@patternfly/react-core@5.4.12) --- updated-dependencies: - dependency-name: "@patternfly/react-core" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/ui-app/package-lock.json | 12 ++++++------ ui/ui-app/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index 735a59be07..748a26fee7 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -13,7 +13,7 @@ "../../typescript-sdk" ], "dependencies": { - "@apicurio/apicurio-registry-sdk": "3.0.6", + "@apicurio/apicurio-registry-sdk": "3.0.7", "@apicurio/common-ui-components": "2.0.7", "@apicurio/data-models": "1.1.30", "@microsoft/kiota-abstractions": "1.0.0-preview.77", @@ -24,7 +24,7 @@ "@microsoft/kiota-serialization-text": "1.0.0-preview.77", "@patternfly/patternfly": "5.4.2", "@patternfly/react-code-editor": "5.4.14", - "@patternfly/react-core": "5.4.11", + "@patternfly/react-core": "5.4.12", "@patternfly/react-icons": "5.4.2", "@patternfly/react-table": "5.4.12", "axios": "1.7.9", @@ -62,7 +62,7 @@ }, "../../typescript-sdk": { "name": "@apicurio/apicurio-registry-sdk", - "version": "3.0.6", + "version": "3.0.7", "devDependencies": { "@apicurio/eslint-config": "0.3.0", "@kiota-community/kiota-gen": "1.0.2", @@ -1017,9 +1017,9 @@ } }, "node_modules/@patternfly/react-core": { - "version": "5.4.11", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.11.tgz", - "integrity": "sha512-+WgxVnnqiZiASB+zMBA8Z1YuaX32/ehJ8Y4UB+j2xIB/tjvBqKNVn7n4VPy56F+G9nJ92Kv8Tekccau6bL6jFg==", + "version": "5.4.12", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.12.tgz", + "integrity": "sha512-RI1xS1JGJdE/FvpkMzawaE21oeTc/e+WbxvFXqZfLhTz60P8RzVG1nYWXDL747Onkz3SYtY79PhQ8nsLeO5sJQ==", "dependencies": { "@patternfly/react-icons": "^5.4.2", "@patternfly/react-styles": "^5.4.1", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index 98194498fb..1d78b63236 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -48,7 +48,7 @@ "@microsoft/kiota-serialization-text": "1.0.0-preview.77", "@patternfly/patternfly": "5.4.2", "@patternfly/react-code-editor": "5.4.14", - "@patternfly/react-core": "5.4.11", + "@patternfly/react-core": "5.4.12", "@patternfly/react-icons": "5.4.2", "@patternfly/react-table": "5.4.12", "axios": "1.7.9",