From f6ac225e8f700dc90e01a87dcbcb054a58973ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:59:25 +0000 Subject: [PATCH] chore(deps): bump @patternfly/react-table in /ui/ui-app (#5664) Bumps [@patternfly/react-table](https://github.com/patternfly/patternfly-react) from 5.4.10 to 5.4.12. - [Release notes](https://github.com/patternfly/patternfly-react/releases) - [Commits](https://github.com/patternfly/patternfly-react/compare/@patternfly/react-table@5.4.10...@patternfly/react-table@5.4.12) --- updated-dependencies: - dependency-name: "@patternfly/react-table" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ui/ui-app/package-lock.json | 35 +++++------------------------------ ui/ui-app/package.json | 2 +- 2 files changed, 6 insertions(+), 31 deletions(-) diff --git a/ui/ui-app/package-lock.json b/ui/ui-app/package-lock.json index c718ca06ed..a677141f67 100644 --- a/ui/ui-app/package-lock.json +++ b/ui/ui-app/package-lock.json @@ -26,7 +26,7 @@ "@patternfly/react-code-editor": "5.4.11", "@patternfly/react-core": "5.4.11", "@patternfly/react-icons": "5.4.2", - "@patternfly/react-table": "5.4.10", + "@patternfly/react-table": "5.4.12", "axios": "1.7.7", "buffer": "6.0.3", "luxon": "3.5.0", @@ -1092,11 +1092,11 @@ "integrity": "sha512-XA8PXksD8uiA3RTwxdUwJXOCf+V6sVd+2HKapWAdRLvtSV+Sdk7NgCvalb4IAQncsddLopjPQD8gAHA298+N8w==" }, "node_modules/@patternfly/react-table": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.10.tgz", - "integrity": "sha512-5p95UZer+4GJyS9pXUEqYal/bixuyNn4GhH/Hyk3dj/MeLKZrQWD6hmRaj7/SqJiVC2FhZBoQoDGEeXElqkc0g==", + "version": "5.4.12", + "resolved": "https://registry.npmjs.org/@patternfly/react-table/-/react-table-5.4.12.tgz", + "integrity": "sha512-ZpW/49bWR9JkZCyBGBCbHNdJt0Vn34g5BaXlVF/P7Tl0WPdxFLWS5EQywiXEhu8qoOhz3uGcyGwACCJCvmqCSg==", "dependencies": { - "@patternfly/react-core": "5.4.9", + "@patternfly/react-core": "^5.4.11", "@patternfly/react-icons": "^5.4.2", "@patternfly/react-styles": "^5.4.1", "@patternfly/react-tokens": "^5.4.1", @@ -1108,31 +1108,6 @@ "react-dom": "^17 || ^18" } }, - "node_modules/@patternfly/react-table/node_modules/@patternfly/react-core": { - "version": "5.4.9", - "resolved": "https://registry.npmjs.org/@patternfly/react-core/-/react-core-5.4.9.tgz", - "integrity": "sha512-BPWwAYEa7yLV+lgi0WT6fTgd1Ru8yonuPhvG3hZkSP/Oaom3+Ck2DJAX6jZarvKeK2cYdPzxSel6Pep1YSpmuA==", - "dependencies": { - "@patternfly/react-icons": "^5.4.2", - "@patternfly/react-styles": "^5.4.1", - "@patternfly/react-tokens": "^5.4.1", - "focus-trap": "7.6.0", - "react-dropzone": "^14.2.3", - "tslib": "^2.7.0" - }, - "peerDependencies": { - "react": "^17 || ^18", - "react-dom": "^17 || ^18" - } - }, - "node_modules/@patternfly/react-table/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==", - "dependencies": { - "tabbable": "^6.2.0" - } - }, "node_modules/@patternfly/react-tokens": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/@patternfly/react-tokens/-/react-tokens-5.4.1.tgz", diff --git a/ui/ui-app/package.json b/ui/ui-app/package.json index 4e718eb815..25545decd7 100644 --- a/ui/ui-app/package.json +++ b/ui/ui-app/package.json @@ -50,7 +50,7 @@ "@patternfly/react-code-editor": "5.4.11", "@patternfly/react-core": "5.4.11", "@patternfly/react-icons": "5.4.2", - "@patternfly/react-table": "5.4.10", + "@patternfly/react-table": "5.4.12", "axios": "1.7.7", "buffer": "6.0.3", "luxon": "3.5.0",