From 53a45e8cd1ac5cc172e88e9011cf2d5496ec2b84 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Tue, 28 Jun 2022 03:17:48 +0000 Subject: [PATCH] fix(deps): update dependency cozy-client to v32.1.1 --- package.json | 2 +- yarn.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 2901ab9b3..a5139c829 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "@simbathesailor/use-what-changed": "^2.0.0", "axios": "^0.19.0", "cozy-bar": "7.14.0", - "cozy-client": "32.1.0", + "cozy-client": "32.1.1", "cozy-device-helper": ">=2.1.0", "cozy-flags": ">2.8.6", "cozy-harvest-lib": "9.15.2", diff --git a/yarn.lock b/yarn.lock index ebd64771f..c6e5a979e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5754,10 +5754,10 @@ cozy-client@23.4.0: sift "^6.0.0" url-search-params-polyfill "^7.0.0" -cozy-client@32.1.0: - version "32.1.0" - resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-32.1.0.tgz#d38ee04e0dcae62f11a0e868349bf3f8bd20c117" - integrity sha512-dd7UZnX9Uaonq0T+E8mqBEV58j3BMQFaRXIU/gFYVYPHKNB8sHyvcXSh4tLh4RYNNJDECgkWsLmtogkxoPz/jg== +cozy-client@32.1.1: + version "32.1.1" + resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-32.1.1.tgz#6d17774c84409e262a5495abe170f29650ba3cc3" + integrity sha512-SIEba6RXqmRos7D1cWC7ACsgpeT2N5yhPDjyyXNxtncTaXEMT0aAGzG5+ZTQsZrHTyye9UHQ36zmU/EjbDTynQ== dependencies: "@cozy/minilog" "1.0.0" "@types/jest" "^26.0.20" @@ -12583,9 +12583,9 @@ msgpack5@^4.0.2: readable-stream "^2.3.6" safe-buffer "^5.1.2" -"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.6": +"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.6": version "1.0.6" - resolved "git+https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5" + resolved "https://github.com/cozy/mui-bottom-sheet.git#494c40416ecde95732c864f9b921e7e545075aa5" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3" -- GitLab