From 99d1add356f870d7ee35887c8d411e2244c7eae3 Mon Sep 17 00:00:00 2001 From: Enrique Alcantara Date: Wed, 10 Sep 2025 14:57:49 +0200 Subject: [PATCH] Update @gitlab/duo library to improve tool approval UIs --- package.json | 2 +- yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 212cc798124a24..0f9f9510eb0af9 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@gitlab/application-sdk-browser": "^0.3.4", "@gitlab/at.js": "1.5.7", "@gitlab/cluster-client": "^3.0.0", - "@gitlab/duo-ui": "10.20.0", + "@gitlab/duo-ui": "https://gitlab.com/gitlab-org/duo-ui/-/jobs/11306306038/artifacts/raw/duo-ui.improve-tool-approval-visualization.tgz", "@gitlab/favicon-overlay": "2.0.0", "@gitlab/fonts": "^1.3.1", "@gitlab/query-language-rust": "0.20.8", diff --git a/yarn.lock b/yarn.lock index d1186792a085c6..67cc95ffd4a936 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1387,10 +1387,9 @@ core-js "^3.29.1" mitt "^3.0.1" -"@gitlab/duo-ui@10.20.0": +"@gitlab/duo-ui@https://gitlab.com/gitlab-org/duo-ui/-/jobs/11306306038/artifacts/raw/duo-ui.improve-tool-approval-visualization.tgz": version "10.20.0" - resolved "https://registry.yarnpkg.com/@gitlab/duo-ui/-/duo-ui-10.20.0.tgz#d6abafa0c3d682913c919009219e6ddc65c2135a" - integrity sha512-q0r0S/w+27TNVn7hhZJ0pd90AnOnGjDEcDBycD/XG6nZWRgYV7mrPUIlQzMHrC/QgUJ0+LHbiO9NHY+3pE/Z4A== + resolved "https://gitlab.com/gitlab-org/duo-ui/-/jobs/11306306038/artifacts/raw/duo-ui.improve-tool-approval-visualization.tgz#4e57fee2c54589a2e73e902a36b312338c1b163f" dependencies: "@floating-ui/dom" "1.7.4" echarts "^5.3.2" -- GitLab