From 43d3c320e500ab849b136d8627a009574c693623 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:01:09 +0000 Subject: [PATCH] fix(deps): update dependency cozy-client to v45.14.0 --- package.json | 4 ++-- yarn.lock | 13 +++++++------ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 30e015d6..03f1d1d2 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": "^45.13.0", + "cozy-client": "^45.14.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": ">=45.13.0", + "cozy-client": ">=45.14.0", "cozy-device-helper": ">=2.6.0", "cozy-flags": ">=2.10.2", "cozy-interapp": ">=0.4.9", diff --git a/yarn.lock b/yarn.lock index 500bb283..50174bb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3022,10 +3022,10 @@ cosmiconfig@^7.0.0: path-type "^4.0.0" yaml "^1.10.0" -cozy-client@^45.13.0: - version "45.13.0" - resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.13.0.tgz#4e9eda7ac30312ccc7de99c9525e62d61e0a08d8" - integrity sha512-bftRIKkjfdjGtWGguvhuuohWElUSN9q/x+u6ksCx6iiM7VWpPBIJEMqfj+tA+RkghJnN80Phdguk3HMkENxqEA== +cozy-client@^45.14.0: + version "45.14.0" + resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.14.0.tgz#a5bda1d1a0c9a3b2f307cfff0b086c35b897d842" + integrity sha512-OMBEVPJVm5uO98CViQeKf0loAdyl5IZd2yvNUDgQMBTJ+BvScOde+2Vfmv3TznZt44SpAdTD/W5p+fuJ+tJNHQ== dependencies: "@cozy/minilog" "1.0.0" "@types/jest" "^26.0.20" @@ -7288,9 +7288,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"