Skip to content

Commit 10488e3

Browse files
fix(deps): update dependency cozy-client to v45
1 parent 8093d44 commit 10488e3

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": "^45.15.0",
3636
"cozy-flags": "^3.0.1",
3737
"cozy-konnector-libs": "5.9.0",
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@^45.15.0:
3433+
version "45.15.0"
3434+
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-45.15.0.tgz#bb95b20f331676ee09e425233c36758cca10ce38"
3435+
integrity sha512-/137/DInGvMTitlhqLrtKXa+7Co2dnlbvu1jRwZ9+qaFbKZ1NMCPYi5mBWVcRy2HHqB++ph9HrjXEORVVky0/g==
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 "^45.13.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@^45.13.0:
3585+
version "45.13.0"
3586+
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-45.13.0.tgz#394b21a153b752be99ac6c79d073159fd024a4f4"
3587+
integrity sha512-ruigDMH6XB1Pxa+e3doAMjXihgKSdNZpNPlEcpd7l8MfHazUaHVs/D8Kyop1n+VGM/4va2DU1c1nE7ainT7+jw==
35883588
dependencies:
35893589
detect-node "^2.0.4"
35903590
mime "^2.4.0"

0 commit comments

Comments
 (0)