Skip to content

Commit

Permalink
fix(deps): update dependency cozy-client to v42
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2023
1 parent e770d1e commit a2b2f36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"travisDeployKey": "./bin/generate_travis_deploy_key"
},
"dependencies": {
"cozy-client": "^40.3.0",
"cozy-client": "^42.2.0",
"cozy-flags": "^3.0.1",
"cozy-konnector-libs": "5.3.1",
"lodash": "4.17.21"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3429,16 +3429,16 @@ [email protected], cozy-client@^41.2.0:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@^40.3.0:
version "40.3.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-40.3.0.tgz#e03aa60633a736449fb79c959cda9deeb0f10bcc"
integrity sha512-CcjsSPQ2CjelSFnRZawW6w2OwJhk+2lAggZjNbNgKUTokTVxDOjAoWADLCB0OsTxTMSnSPH20pIETkLIqfdgEA==
cozy-client@^42.2.0:
version "42.2.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-42.2.0.tgz#19aec8b97c0cfd803ba535d177578a7d7d2e5363"
integrity sha512-HvKDIOf+wQMhhvUb75GuuzljSWESB/N/PxmeZQ525TckzETAUbKihLFXLfHY2b2wonejrjQJpnwGwBOj4XjA1Q==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^40.2.1"
cozy-stack-client "^42.0.1"
date-fns "2.29.3"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
Expand Down Expand Up @@ -3572,19 +3572,19 @@ cozy-logger@^1.8.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-stack-client@^40.2.1:
version "40.2.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-40.2.1.tgz#ce67d260226d7cd9f4314c15428880fd87016812"
integrity sha512-BMhIn1/3y2zzEYx4WmIlMcGUrzfKj7fRZdtrIjYimNapW0Xsy6nJlDCInA3cH1tNKqKBMIC5F4UQn3vTo/9hGg==
cozy-stack-client@^41.2.0:
version "41.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-41.2.0.tgz#0844c2680a6a5c70dba5caccaa2dbd23a78c3c20"
integrity sha512-q6y9YUg2Qxd9cK86a2sw1IgdlJSOJa1rMRh0/GSMeGIQ6seKmmheRl/aF/KeHoXkyDV9T7OkE+vF8dmDLU2cAQ==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^41.2.0:
version "41.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-41.2.0.tgz#0844c2680a6a5c70dba5caccaa2dbd23a78c3c20"
integrity sha512-q6y9YUg2Qxd9cK86a2sw1IgdlJSOJa1rMRh0/GSMeGIQ6seKmmheRl/aF/KeHoXkyDV9T7OkE+vF8dmDLU2cAQ==
cozy-stack-client@^42.0.1:
version "42.0.1"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-42.0.1.tgz#db23bfada9201a6053bae1e8f956bae737bb4f9d"
integrity sha512-C1CNj2coI60z76RpufgSjocv/HltYBZwXux1f1mvGI76ZQr3S9xRyh5NXP2sAXtRApQT5jjPNVI1W1m5NvyGYA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit a2b2f36

Please sign in to comment.