Skip to content

Commit

Permalink
fix(deps): update cozy client packages to ^45.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 24, 2024
1 parent a85f2bb commit 81acb64
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 20 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"homepage": "https://github.com/cozy/cozy-home#readme",
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-client": "^45.8.0",
"cozy-client": "^45.13.0",
"cozy-device-helper": "2.7.0",
"cozy-doctypes": "1.83.8",
"cozy-flags": "3.2.2",
Expand All @@ -46,7 +46,7 @@
"cozy-logger": "1.10.4",
"cozy-realtime": "4.6.0",
"cozy-sharing": "10.1.4",
"cozy-stack-client": "^45.0.1",
"cozy-stack-client": "^45.13.0",
"cozy-tsconfig": "1.2.0",
"cozy-ui": "^100.0.0",
"date-fns": "2.28.0",
Expand Down
27 changes: 9 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5892,16 +5892,16 @@ cozy-bi-auth@0.0.25:
lodash "^4.17.20"
node-jose "^1.1.4"

cozy-client@^45.8.0:
version "45.8.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.8.0.tgz#0910938541b91f4432e494023f9e28afd15cc318"
integrity sha512-N0V+goOPm73TiZB8Tt0LdXhvQRw2vx/eTHhx5iBav6jJs+ZpCZL6MMIFLSSfqiRjdC3CWLO6F7g9Vl7LBuvnQg==
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==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^45.2.0"
cozy-stack-client "^45.13.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -6143,19 +6143,10 @@ cozy-sharing@10.1.4:
react-tooltip "^3.11.1"
snarkdown "^2.0.0"

cozy-stack-client@^45.0.1:
version "45.0.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.0.1.tgz#4028aad131e40b7ba58528b39e411028bfd319d0"
integrity sha512-VWBbBdGmsnzxarQhUFUbnQZn4VxgWp98umUpSF9PexNmBTwvHG7eNH64/1GaChQjc7xhe8yggzCeQ7wyjQsq0g==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^45.2.0:
version "45.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.2.0.tgz#c0d20d6e11a57477752cd38f1ca8732c668f5d14"
integrity sha512-XpbD568C+gG2ZSkWcdlBQIfXb2kefpQpwjgMISZ0raHk6cA1c626pptfbadXzmNaj9IiDG/gTCztzbnxZ3xBUA==
cozy-stack-client@^45.13.0:
version "45.13.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.13.0.tgz#394b21a153b752be99ac6c79d073159fd024a4f4"
integrity sha512-ruigDMH6XB1Pxa+e3doAMjXihgKSdNZpNPlEcpd7l8MfHazUaHVs/D8Kyop1n+VGM/4va2DU1c1nE7ainT7+jw==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 81acb64

Please sign in to comment.