diff --git a/package.json b/package.json index 30e015d6..24a8ee6d 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.1", "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.1", "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..d49b7c7b 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.1: + version "45.14.1" + resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.14.1.tgz#dc0e77e93b48b0a8a302a6f7dc3217d8a6d046c1" + integrity sha512-K2Fm1J60XFeRyAhfPywSU9+Kj7FHVcBP+B2K/lwWVOS3dob/iCBlrjgpRNjViErY0kVevgemt3oscZjbnr0mdQ== 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"