From 65ce5be03363c646fe05a26c32e1b1640c26c242 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:26:07 +0000 Subject: [PATCH] fix(deps): update dependency cozy-client to v48.18.0 --- package.json | 4 ++-- yarn.lock | 23 ++++++++++++----------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index b0f159bb..6f46676a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-transform-define": "^2.0.0", "babel-preset-cozy-app": "^1.9.0", - "cozy-client": "^48.12.1", + "cozy-client": "^48.18.0", "cozy-device-helper": "2.6.0", "cozy-flags": "^2.10.2", "cozy-intent": "^1.7.0", @@ -76,7 +76,7 @@ }, "peerDependencies": { "@cozy/minilog": ">=1.0.0", - "cozy-client": ">=48.12.1", + "cozy-client": ">=48.18.0", "cozy-device-helper": ">=2.6.0", "cozy-flags": ">=2.10.2", "cozy-intent": ">=1.3.0", diff --git a/yarn.lock b/yarn.lock index f3c8db05..e7c9ed78 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3033,16 +3033,16 @@ cosmiconfig@^7.0.0: path-type "^4.0.0" yaml "^1.10.0" -cozy-client@^48.12.1: - version "48.12.1" - resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.12.1.tgz#db802ef98b5d2f1a69138e121b6ac8e6f4f81e4f" - integrity sha512-4Sdy99LrZtDXs5lX0THKZ4C4asFQJGY/BEd7Cp/xx8ty8YN5xzAvwKQlnOxuhhmTTESJ9MociqC27RQVNRHEFg== +cozy-client@^48.18.0: + version "48.18.0" + resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.18.0.tgz#a9a3fe86ee026a7beb0519865e6b59fab864dcf5" + integrity sha512-yInIuv681EKtILU53EbP3wWFilWnB0wBvR4f3V/Ykm1cS8qg4Mg/yjaQ1ttZs3AP5e4V/rqUaL3MJoTbhGom4g== dependencies: "@cozy/minilog" "1.0.0" "@types/jest" "^26.0.20" "@types/lodash" "^4.14.170" btoa "^1.2.1" - cozy-stack-client "^48.12.0" + cozy-stack-client "^48.16.0" date-fns "2.29.3" json-stable-stringify "^1.0.1" lodash "^4.17.13" @@ -3112,10 +3112,10 @@ cozy-realtime@^4.0.5: "@cozy/minilog" "^1.0.0" cozy-device-helper "^1.17.0" -cozy-stack-client@^48.12.0: - version "48.12.0" - resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.12.0.tgz#e7453215df0711b34eaf2fc076a18ebf799a16ee" - integrity sha512-DzCjKwKqGn+XQsxFt/hQVG4YcdupdcGs3Mxtb7Y0JmYiTUTiQar+IWL7k6RuFbCu2Bw+Gm/newtnUct7tbXW0g== +cozy-stack-client@^48.16.0: + version "48.16.0" + resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.16.0.tgz#e8820197a0eb640e2d9061e21fad430ca5e56065" + integrity sha512-JgXAsmXESCfbC+T2EiXzUoPiDNFf2ePzNFQK98ZbWorAj8G6DcggdcG83/eD4QCwmv/1jXTaUWI1euTQdYEDQg== dependencies: detect-node "^2.0.4" mime "^2.4.0" @@ -7375,9 +7375,10 @@ ms@2.1.2, ms@^2.0.0, ms@^2.1.1: resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== -"mui-bottom-sheet@git+https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": +"mui-bottom-sheet@https://github.com/cozy/mui-bottom-sheet.git#v1.0.9": version "1.0.8" - resolved "git+https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" + uid "3dc4c2a245ab39079bc2f73546bccf80847be14c" + resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3"