From e7af593b9fb94314af59d05efb105cd00c9450ce Mon Sep 17 00:00:00 2001 From: cballevre Date: Fri, 10 Mar 2023 12:10:44 +0100 Subject: [PATCH] feat: Update cozy-sharing from 6.0.4 to 6.0.5 This update fix the display of the owner on sharing modal --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8852bc6f..67a86dbd 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "cozy-logger": "^1.9.0", "cozy-realtime": "4.0.5", "cozy-scripts": "8.0.1", - "cozy-sharing": "^6.0.4", + "cozy-sharing": "^6.0.5", "cozy-ui": "^77.6.0", "lodash": "4.17.21", "prop-types": "15.8.1", diff --git a/yarn.lock b/yarn.lock index 74808aa4..dc0a8ba0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7717,10 +7717,10 @@ cozy-scripts@8.0.1: webpack-dev-server "3.10.3" webpack-merge "4.2.2" -cozy-sharing@^6.0.4: - version "6.0.4" - resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-6.0.4.tgz#4065d6eadad5f57ba114ca37daac185524996861" - integrity sha512-CMMtPG9y7qafBdIsSUWB2at2Jxuk43tkvGLnAhiOkx+uCW/nbIPQJ3o/Q3/nxzn3dSwY8/pXmaTa1KiuSlWAHg== +cozy-sharing@^6.0.5: + version "6.0.5" + resolved "https://registry.yarnpkg.com/cozy-sharing/-/cozy-sharing-6.0.5.tgz#221aca035d6608f384ae3c4175f258e4c6881e92" + integrity sha512-atIIVGKG54TEG4c6dur2IdP1IcGFX+atBuUdHrfJDvuCVw7zPTnqQt5qxsU0j7xMnFXnqCsFdlO4k17+qzjjyA== dependencies: "@cozy/minilog" "^1.0.0" classnames "^2.2.6"