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",