From 596c0451879c265ed1aa20b7f6ede01d22fb5377 Mon Sep 17 00:00:00 2001
From: Renovate Bot <renovatebot@exemple.com>
Date: Fri, 1 Jul 2022 03:20:12 +0000
Subject: [PATCH] fix(deps): update dependency cozy-ui to v68.9.1

---
 package.json |  2 +-
 yarn.lock    | 17 ++++++++++++-----
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json
index b22cbe506..b6db74268 100644
--- a/package.json
+++ b/package.json
@@ -111,7 +111,7 @@
     "cozy-logger": ">1.7.0",
     "cozy-realtime": "4.2.1",
     "cozy-scripts": "5.13.0",
-    "cozy-ui": "68.8.0",
+    "cozy-ui": "68.9.1",
     "d3": "^5.15.0",
     "detect-browser": "^5.1.1",
     "eslint-config-cozy-app": "4.2.0",
diff --git a/yarn.lock b/yarn.lock
index 879271ba6..db26c730a 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5495,10 +5495,10 @@ cozy-ui@35.22.0:
     react-select "2.2.0"
     react-swipeable-views "0.13.3"
 
-cozy-ui@68.8.0:
-  version "68.8.0"
-  resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-68.8.0.tgz#4112bfe2a2fde5cc22ae046683ff7230c0c5038f"
-  integrity sha512-HIsL3z0KZVeNzMSKDOTRxawUqehJDNZLAWM9VtbiS0DEpYJ5zYvWyyLi8CDJP6swv/6RuuH7KRO403iic8WWgQ==
+cozy-ui@68.9.1:
+  version "68.9.1"
+  resolved "https://registry.yarnpkg.com/cozy-ui/-/cozy-ui-68.9.1.tgz#c26a1c9a78bd553c437eac713fdf0b9b952a874f"
+  integrity sha512-eBg1gcufo2VLylrtmkS54tVglBtIwgTijfR9xphuDq/QZcN/RBBXhsOTzcVRPh0jKrag11o8egUzX52fnNlpUw==
   dependencies:
     "@babel/runtime" "^7.3.4"
     "@popperjs/core" "^2.4.4"
@@ -11025,12 +11025,19 @@ mini-css-extract-plugin@0.5.0:
     schema-utils "^1.0.0"
     webpack-sources "^1.1.0"
 
-minilog@3.1.0, "minilog@git+https://github.com/cozy/minilog.git#master":
+minilog@3.1.0:
   version "3.1.0"
   resolved "git+https://github.com/cozy/minilog.git#6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55"
   dependencies:
     microee "0.0.6"
 
+"minilog@https://github.com/cozy/minilog.git#master":
+  version "3.1.0"
+  uid "6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55"
+  resolved "https://github.com/cozy/minilog.git#6da0aa58759c4f1a1a7e0fd093dbe2a67c035c55"
+  dependencies:
+    microee "0.0.6"
+
 minimalistic-assert@^1.0.0, minimalistic-assert@^1.0.1:
   version "1.0.1"
   resolved "https://registry.yarnpkg.com/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz#2e194de044626d4a10e7f7fbc00ce73e83e4d5c7"
-- 
GitLab