Skip to content

Commit

Permalink
fix(deps): update dependency cozy-client to v51
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent ddd94ed commit 48ede21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"dependencies": {
"@cozy/minilog": "1.0.0",
"cozy-clisk": "^0.38.0",
"cozy-client": "^48.8.0",
"cozy-client": "^51.1.0",
"cozy-flags": "^4.0.0",
"cozy-konnector-libs": "5.11.0",
"globals": "^15.8.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2600,16 +2600,16 @@ cozy-client@^45.14.1:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@^48.8.0:
version "48.8.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-48.8.0.tgz#66bfe0d1866013080ca39083faf6dd0d59548c33"
integrity sha512-o/TmAlgn0xbdxrV928eVYtORE1g0Xykx32LeT83iQaRe26F4mnz4WVpcwizNH1zV7OTue8LNhLHPHZypCO23AQ==
cozy-client@^51.1.0:
version "51.1.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-51.1.0.tgz#12ac8504da7a457e80fab072963a05a633eabfae"
integrity sha512-pwi2KUz/2y8Z412QnYLxXEnbLROiQYJ++dEVcRRhIFc4ltiDkC7CURNjznWpoecm4CJlV3YHnKIIClfNvjSFBg==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^48.6.0"
cozy-stack-client "^51.0.0"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -2762,10 +2762,10 @@ cozy-stack-client@^45.13.0:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^48.6.0:
version "48.6.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-48.6.0.tgz#c2d2697fcc9061c87425a2f9abc69aff41a94882"
integrity sha512-pYrGc1ZWJPWZ2jshBb+IRvGHl8ByHcRCqkgSaAsEzcrlrZzxPWnkSAVekZrPbSDx+Pwg2UE/d8puCF+wEtk+6w==
cozy-stack-client@^51.0.0:
version "51.0.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-51.0.0.tgz#73fbdb1cf8efc46cb89ad2266d04e1289a9ae355"
integrity sha512-ToaheKT0cziulvAxUl+H8mqmSXQmblCp6a5TKNnrEHOS3ExTmzOHmIgNrRDgDKi4G8hK93CZTi8gj49ffk0HYw==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 48ede21

Please sign in to comment.