Skip to content

Commit

Permalink
feat: Upgrade cozy-client to 33.2.0
Browse files Browse the repository at this point in the history
`cozy-client` as been upgraded to to `33.2.0` to retrieve ability to
override stack-client's `options.credentials` from
cozy/cozy-client#1250
  • Loading branch information
Ldoppea committed Sep 30, 2022
1 parent 6d38a28 commit 5aa368c
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 @@ -32,7 +32,7 @@
"base-64": "^1.0.0",
"bluebird-retry": "^0.11.0",
"cheerio": "^1.0.0-rc.9",
"cozy-client": "^33.0.0",
"cozy-client": "^33.2.0",
"cozy-client-js": "^0.20.0",
"cozy-device-helper": "^2.4.0",
"cozy-flags": "^2.9.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6414,16 +6414,16 @@ cozy-client-js@^0.20.0:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client@^33.0.0:
version "33.0.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-33.0.0.tgz#0711096ce281c9ebfe017a95475ceacf7879dd2e"
integrity sha512-RXzjoii+3/ri99EJTJF+ogEvYKW7qQ2VPcmMS5q1UCBOqziXGnDxND/DbHPX6wZaOynSBfJ/iyBIqhlmEi469w==
cozy-client@^33.2.0:
version "33.2.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-33.2.0.tgz#276835cce8b230c56631b3cfa98611ea900079d8"
integrity sha512-z+oA0Ri+m4vsAE1Gznab+vSP8j/uEa0zv9+qzB5ORIJvQ0QNHuLBWDoy+0FT4Rz4z+qLqDXxYyVVDBuwps4atQ==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^33.0.0"
cozy-stack-client "^33.2.0"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
microee "^0.0.6"
Expand Down Expand Up @@ -6472,10 +6472,10 @@ cozy-logger@^1.9.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-stack-client@^33.0.0:
version "33.0.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-33.0.0.tgz#cd65a0aa82e773653b6e03392508f30792fea2b2"
integrity sha512-SqEhtJXuSDsCeC2goHibozX3c2HzoV/vfnp2J10XORMFcvzfx7pfYuwH5XQrRMtAzhERqqn7UNPjPzb/Yo6ljw==
cozy-stack-client@^33.2.0:
version "33.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-33.2.0.tgz#97b80514d68da2b6392f74d280f9867165b7d606"
integrity sha512-50vTnZvjCEYGx5nN+2rLhf63JZICNq9bXKY0QUFmfuMBfOTdD4EGw+EVA0YGxQYaz3E3FLrmMuIw5TtLzCDgcA==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
Expand Down

0 comments on commit 5aa368c

Please sign in to comment.