Skip to content

Commit f2e523b

Browse files
fix(deps): update dependency cozy-client to v44
1 parent 16d0cf0 commit f2e523b

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"travisDeployKey": "./bin/generate_travis_deploy_key"
3333
},
3434
"dependencies": {
35-
"cozy-client": "^40.3.0",
35+
"cozy-client": "^44.1.1",
3636
"cozy-flags": "^3.0.1",
3737
"cozy-konnector-libs": "5.3.1",
3838
"lodash": "4.17.21"

yarn.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3429,16 +3429,16 @@ cozy-client@41.2.0, cozy-client@^41.2.0:
34293429
sift "^6.0.0"
34303430
url-search-params-polyfill "^8.0.0"
34313431

3432-
cozy-client@^40.3.0:
3433-
version "40.3.0"
3434-
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-40.3.0.tgz#e03aa60633a736449fb79c959cda9deeb0f10bcc"
3435-
integrity sha512-CcjsSPQ2CjelSFnRZawW6w2OwJhk+2lAggZjNbNgKUTokTVxDOjAoWADLCB0OsTxTMSnSPH20pIETkLIqfdgEA==
3432+
cozy-client@^44.1.1:
3433+
version "44.1.1"
3434+
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-44.1.1.tgz#c82496684dd208ce6007759505c123f3b02e55f7"
3435+
integrity sha512-wVYEUnGfoLFq0Rfk45CTUM3UwAVx0qNS40EhWor5DYf7fnfr6WPKsY2m8HTBOyHf0JLd7WjXjrad1mYgvkK4cQ==
34363436
dependencies:
34373437
"@cozy/minilog" "1.0.0"
34383438
"@types/jest" "^26.0.20"
34393439
"@types/lodash" "^4.14.170"
34403440
btoa "^1.2.1"
3441-
cozy-stack-client "^40.2.1"
3441+
cozy-stack-client "^44.0.0"
34423442
date-fns "2.29.3"
34433443
json-stable-stringify "^1.0.1"
34443444
lodash "^4.17.13"
@@ -3572,19 +3572,19 @@ cozy-logger@^1.8.0:
35723572
chalk "^2.4.2"
35733573
json-stringify-safe "5.0.1"
35743574

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

3584-
cozy-stack-client@^41.2.0:
3585-
version "41.2.0"
3586-
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-41.2.0.tgz#0844c2680a6a5c70dba5caccaa2dbd23a78c3c20"
3587-
integrity sha512-q6y9YUg2Qxd9cK86a2sw1IgdlJSOJa1rMRh0/GSMeGIQ6seKmmheRl/aF/KeHoXkyDV9T7OkE+vF8dmDLU2cAQ==
3584+
cozy-stack-client@^44.0.0:
3585+
version "44.0.0"
3586+
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-44.0.0.tgz#852ceb9c4a33e88654d053d3f0ec23f8ce19f1db"
3587+
integrity sha512-CFCD4irxB4mmLo2w/d/5zVBpvfPBeParkvbfL4Ty2IOhn1ptOI4gJ9oN3/ogOkkwDLKq2ovlHlVqIyW495FKWQ==
35883588
dependencies:
35893589
detect-node "^2.0.4"
35903590
mime "^2.4.0"

0 commit comments

Comments
 (0)