Skip to content

Commit

Permalink
fix(deps): update cozy client packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent dddbde9 commit 6a41d2c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"classnames": "2.3.1",
"cozy-bar": "^14.0.0",
"cozy-ci": "0.5.2",
"cozy-client": "48.13.1",
"cozy-client": "48.17.0",
"cozy-client-js": "0.20.0",
"cozy-device-helper": "^2.7.0",
"cozy-doctypes": "1.85.4",
Expand All @@ -98,7 +98,7 @@
"cozy-realtime": "4.6.0",
"cozy-scripts": "^8.3.0",
"cozy-sharing": "15.0.3",
"cozy-stack-client": "^48.12.0",
"cozy-stack-client": "^48.16.0",
"cozy-ui": "^111.8.1",
"date-fns": "1.30.1",
"diacritics": "1.3.0",
Expand Down
23 changes: 12 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6282,16 +6282,16 @@ cozy-client@45.14.1:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@48.13.1:
version "48.13.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.13.1.tgz#c37968ae13b03ea74d38c7c5f10bb66d8eeedd95"
integrity sha512-1xxT80PE70Lgbi+OsueTYNCN7HOZdPzQOl8SrysMHAw92CIYA3PeEwdUbSqIOh958hijbCj+ngTMCBEMkHSwDA==
cozy-client@48.17.0:
version "48.17.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.17.0.tgz#2be81f9589cabc9b248c8dcfa46a274d168d34e2"
integrity sha512-t/bjydRZVA079ujrWKMShOYqusen8wSzvSOMKR1Jp1XQAEF+yPOzaAirh2NBqbt5Vad3NLgb8uZ6sBvd7EI2Sg==
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"
Expand Down Expand Up @@ -6652,10 +6652,10 @@ cozy-stack-client@^45.13.0:
mime "^2.4.0"
qs "^6.7.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"
Expand Down Expand Up @@ -13125,9 +13125,10 @@ 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.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"
Expand Down

0 comments on commit 6a41d2c

Please sign in to comment.