From 017a58e23e9f1ebd3d44ca0f926f6f43271e130f Mon Sep 17 00:00:00 2001
From: GitLab Renovate Bot <gitlab-bot@gitlab.com>
Date: Thu, 21 Mar 2024 18:26:13 +0000
Subject: [PATCH] Update dependency @gitlab/ui to v78.2.3

---
 package.json | 2 +-
 yarn.lock    | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/package.json b/package.json
index 91922a91e9833..bd60cca3c31b7 100644
--- a/package.json
+++ b/package.json
@@ -60,7 +60,7 @@
     "@gitlab/favicon-overlay": "2.0.0",
     "@gitlab/fonts": "^1.3.0",
     "@gitlab/svgs": "3.91.0",
-    "@gitlab/ui": "78.2.2",
+    "@gitlab/ui": "78.2.3",
     "@gitlab/visual-review-tools": "1.7.3",
     "@gitlab/web-ide": "^0.0.1-dev-20240226152102",
     "@mattiasbuelens/web-streams-adapter": "^0.1.0",
diff --git a/yarn.lock b/yarn.lock
index db5d46277926d..84a4134da8f2f 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1326,10 +1326,10 @@
   resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.91.0.tgz#e99bc5467318cc8c156e02c574f5e65941b767f0"
   integrity sha512-ozINZKyUlu5UQlP++9SntWQDqsgDSYawTPw+qhKQTdyn4Ut2NMsvSFyR5J2pax5IWu+SpLrn3WuPgNybK+4LqQ==
 
-"@gitlab/ui@78.2.2":
-  version "78.2.2"
-  resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-78.2.2.tgz#d73ab29395cebecfb20373c629505c15ee70b902"
-  integrity sha512-/AOC6KapClaARUuuzkn2xxYJzIGmgIHK/epXdhWcYLsRManhkyD3NC5pSdV3TFFUcJR+Q/APDePA4Q64gxenYw==
+"@gitlab/ui@78.2.3":
+  version "78.2.3"
+  resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-78.2.3.tgz#b13a0b8bfdb1f9d26db6e7a2d1a70f45c9c864bb"
+  integrity sha512-yJm8gVcqbPpHOJL77dDab42rc4JyB8PEircal2TwdfKmiSvZT98auJrL4280Wkvg0vblOyDZQdprPhgYnQZBwQ==
   dependencies:
     "@floating-ui/dom" "1.4.3"
     bootstrap-vue "2.23.1"
-- 
GitLab