diff --git a/package.json b/package.json index 337f71411..f20259292 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "@sentry/integrations": "^7.114.0", "@sentry/react": "^8.5.0", "cozy-bar": "^21.2.0", - "cozy-client": "^57.7.0", + "cozy-client": "^57.7.2", "cozy-dataproxy-lib": "^4.1.0", "cozy-device-helper": "^3.8.0", "cozy-devtools": "^1.3.0", diff --git a/yarn.lock b/yarn.lock index 6cfb7bf95..124d12ae0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5542,6 +5542,33 @@ cozy-client@^57.7.0: sift "^6.0.0" url-search-params-polyfill "^8.0.0" +cozy-client@^57.7.2: + version "57.7.2" + resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-57.7.2.tgz#df95f6bcf368fb4a0978a0c73c1be74d00645905" + integrity sha512-BDLMisHunpzTAfUKhjFnbHCiGR3s8gQTP72zKczhpWoy2vGrRcWxuCH6oXOQU5XUhJ5Nsmv0GRHmqroR1MMNXA== + dependencies: + "@cozy/minilog" "1.0.0" + "@fastify/deepmerge" "^2.0.2" + "@types/jest" "^26.0.20" + "@types/lodash" "^4.14.170" + btoa "^1.2.1" + cozy-stack-client "^57.2.0" + date-fns "2.29.3" + fast-deep-equal "^3.1.3" + json-stable-stringify "^1.0.1" + lodash "^4.17.13" + microee "^0.0.6" + node-fetch "^2.6.1" + node-polyglot "2.4.2" + open "7.4.2" + prop-types "^15.6.2" + react-redux "^7.2.0" + redux "3 || 4" + redux-thunk "^2.3.0" + server-destroy "^1.0.1" + sift "^6.0.0" + url-search-params-polyfill "^8.0.0" + cozy-dataproxy-lib@^4.1.0: version "4.1.0" resolved "https://registry.yarnpkg.com/cozy-dataproxy-lib/-/cozy-dataproxy-lib-4.1.0.tgz#20d0a38e059fb5924d85f3b5a550d7d28ec9a477" @@ -11442,9 +11469,9 @@ ms@2.1.2: 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" + resolved "https://github.com/cozy/mui-bottom-sheet.git#3dc4c2a245ab39079bc2f73546bccf80847be14c" dependencies: "@juggle/resize-observer" "^3.1.3" jest-environment-jsdom-sixteen "^1.0.3"