From 65e8e58c4012c8d6a1027b01fe5cb8d6eba9e7ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:39:43 +0000 Subject: [PATCH] Bump @patternfly/react-core from 5.4.8 to 5.4.10 in /ui/ui-app Bumps [@patternfly/react-core](https://github.com/patternfly/patternfly-react) from 5.4.8 to 5.4.10. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-core@5.4.8...@patternfly/react-core@5.4.10) --- 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 | 16 ++++++++-------- ui/ui-app/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index d99451fc2..0883ecc71 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -20,7 +20,7 @@ "@microsoft/kiota-serialization-text": "1.0.0-preview.65", "@monaco-editor/react": "4.6.0", "@patternfly/patternfly": "5.4.2", - "@patternfly/react-core": "5.4.8", + "@patternfly/react-core": "5.4.10", "@patternfly/react-icons": "5.4.2", "@patternfly/react-table": "5.4.9", "oidc-client-ts": "3.1.0", @@ -903,14 +903,14 @@ "integrity": "sha512-+BaokNR8/AmTYMESxby9UtQXPGACg449BXQd0KejAvW/uGxlgO6mY1X1205DeBEHoK3e/vXkYXjvZPpv/tcxSA==" }, "node_modules/@patternfly/react-core": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.8.tgz", - "integrity": "sha512-4KRsQsH39VmTiFPLdN34QqNZg6gKrTamJxKtWEPO1VKA0TpoRMwpFEGk9BDyxipxYST6WzXznAaLCidGkCDlWw==", + "version": "5.4.10", + "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.10.tgz", + "integrity": "sha512-lThdXKqHc9sN5AqPskZa1YmUmSwbjdkaT8neTCdMjfnBaBanYCmSCNUMYUsoB0L/2siu2Vlcp12RRaG5hZeN2g==", "dependencies": { "@patternfly/react-icons": "^5.4.2", "@patternfly/react-styles": "^5.4.1", "@patternfly/react-tokens": "^5.4.1", - "focus-trap": "7.6.0", + "focus-trap": "7.6.2", "react-dropzone": "^14.2.3", "tslib": "^2.7.0" }, @@ -2375,9 +2375,9 @@ "dev": true }, "node_modules/focus-trap": { - "version": "7.6.0", - "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.0.tgz", - "integrity": "sha512-1td0l3pMkWJLFipobUcGaf+5DTY4PLDDrcqoSaKP8ediO/CoWCCYk/fT/Y2A4e6TNB+Sh6clRJCjOPPnKoNHnQ==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/focus-trap/-/focus-trap-7.6.2.tgz", + "integrity": "sha512-9FhUxK1hVju2+AiQIDJ5Dd//9R2n2RAfJ0qfhF4IHGHgcoEUTMpbTeG/zbEuwaiYXfuAH6XE0/aCyxDdRM+W5w==", "dependencies": { "tabbable": "^6.2.0" } diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index bc8260272..2ab222b23 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -40,7 +40,7 @@ "@microsoft/kiota-serialization-text": "1.0.0-preview.65", "@monaco-editor/react": "4.6.0", "@patternfly/patternfly": "5.4.2", - "@patternfly/react-core": "5.4.8", + "@patternfly/react-core": "5.4.10", "@patternfly/react-icons": "5.4.2", "@patternfly/react-table": "5.4.9", "oidc-client-ts": "3.1.0",