Skip to content

Commit

Permalink
fix(deps): update dependency cozy-client to v33
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 27, 2022
1 parent 81c49c3 commit bad2fe6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"travisDeployKey": "./bin/generate_travis_deploy_key"
},
"dependencies": {
"cozy-client": "27.26.3",
"cozy-client": "33.4.0",
"cozy-konnector-libs": "4.56.0",
"jest": "27.5.1",
"json-loader": "0.5.7",
Expand Down
64 changes: 19 additions & 45 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3097,19 +3097,16 @@ cozy-client-js@^0.20.0:
pouchdb-browser "7.0.0"
pouchdb-find "7.0.0"

cozy-client@27.26.3:
version "27.26.3"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-27.26.3.tgz#67a5bed9727b565ee39033cc63ec07f279fdbb50"
integrity sha512-+QcAOPKRXyqNo167d5Kyiwv0k0aWBqa/wBYloNFjQSk5y0kBv09g8HoEwpXdiSwK5+9q0JlCfgSn7TdN8IEFQQ==
cozy-client@29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-29.2.0.tgz#d474fd4268311ae7e23af4966e189a83d348a4ab"
integrity sha512-BtWTB+s+YIqPxvvvyrWELVBxVuVfDeI7RFEU2gn+tU4Ef2AKLuciy3hBX14tuHiAB6U+FHYpqCDK2JW8SdNo8w==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-device-helper "^1.12.0"
cozy-flags "2.7.1"
cozy-logger "^1.6.0"
cozy-stack-client "^27.26.0"
cozy-stack-client "^29.2.0"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
microee "^0.0.6"
Expand All @@ -3124,16 +3121,16 @@ [email protected]:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-client@29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-29.2.0.tgz#d474fd4268311ae7e23af4966e189a83d348a4ab"
integrity sha512-BtWTB+s+YIqPxvvvyrWELVBxVuVfDeI7RFEU2gn+tU4Ef2AKLuciy3hBX14tuHiAB6U+FHYpqCDK2JW8SdNo8w==
cozy-client@33.4.0:
version "33.4.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-33.4.0.tgz#39e713656b3ce847dd453714564b665523001d09"
integrity sha512-2e8hg9pOHnmScpIyeHM4TjZ45hW/uTV+CCO7lS9LN1AsGsEdNdKjD+d4fvLYIX1zUcaqRDhFNUYzCCdz1t5Mag==
dependencies:
"@cozy/minilog" "1.0.0"
"@types/jest" "^26.0.20"
"@types/lodash" "^4.14.170"
btoa "^1.2.1"
cozy-stack-client "^29.2.0"
cozy-stack-client "^33.4.0"
json-stable-stringify "^1.0.1"
lodash "^4.17.13"
microee "^0.0.6"
Expand Down Expand Up @@ -3172,13 +3169,6 @@ cozy-client@^33.2.0:
sift "^6.0.0"
url-search-params-polyfill "^8.0.0"

cozy-device-helper@^1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-1.12.0.tgz#619a24b0d3caf2d3f616a1524daef7c7b71eab7a"
integrity sha512-7pFbltgkD8rSO0PEf8pd6aBB37RUnNYH7fb3pkbcvo5rk4quCfSLREV94gZwXxowzP4vjZcAumTM09DfI42mJA==
dependencies:
lodash "^4.17.19"

cozy-device-helper@^2.1.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-2.2.0.tgz#2794157bcd23948e68ef373ab9a67e1a6c17d995"
Expand All @@ -3197,13 +3187,6 @@ cozy-doctypes@^1.83.8:
lodash "^4.17.19"
prop-types "^15.7.2"

[email protected]:
version "2.7.1"
resolved "https://registry.yarnpkg.com/cozy-flags/-/cozy-flags-2.7.1.tgz#f37251fee248ef9bef079a22bc52954f1a892dfc"
integrity sha512-TtVhuyMSRADRr4q5LSaRjq6u03S5m1zkZRc8n3q8bfad86FizqGC02m3e/Zh4kWTwnsO0pVW+mzeVSsBqDVT/g==
dependencies:
microee "^0.0.6"

cozy-flags@^2.8.7:
version "2.9.0"
resolved "https://registry.yarnpkg.com/cozy-flags/-/cozy-flags-2.9.0.tgz#9f458c0eb71f549a2ae12198d55de89434bff96b"
Expand Down Expand Up @@ -3289,14 +3272,6 @@ [email protected], cozy-logger@^1.9.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-logger@^1.6.0:
version "1.7.0"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.7.0.tgz#945ff84df66f7e7e9640db00f8c632d4ff776fc8"
integrity sha512-JBOAmfgujZZASE4TCRfeNvHoDnxPwFbLMO3G6UReByjR3Ix1/RSEtOL9b4hReuG2XX0BsPokfLWCZEWRgGN4TQ==
dependencies:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-logger@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.8.0.tgz#8d37f8e52c0de02a65ca0606ad60b0ebf3a60ed6"
Expand All @@ -3305,16 +3280,6 @@ cozy-logger@^1.8.0:
chalk "^2.4.2"
json-stringify-safe "5.0.1"

cozy-stack-client@^27.26.0:
version "27.26.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-27.26.0.tgz#153b32411c7e8480db7c7a01621999f4969294a7"
integrity sha512-UO+1DdPLntkw1aI0XVgME/ChkInjltiy5w7z83OkVlkBZ3tXwLckzh3bXcUdR0TfIwv4fsCWCOJb/gIUFo0fFA==
dependencies:
cozy-flags "2.7.1"
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^29.2.0:
version "29.2.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-29.2.0.tgz#48e9d043cc869c59155979bb1666e4455d5dd0e4"
Expand All @@ -3333,6 +3298,15 @@ cozy-stack-client@^33.2.0:
mime "^2.4.0"
qs "^6.7.0"

cozy-stack-client@^33.4.0:
version "33.4.0"
resolved "https://registry.yarnpkg.com/cozy-stack-client/-/cozy-stack-client-33.4.0.tgz#c0c7ce7f2d65987b10bc8b4a615a3de0eedcf8d4"
integrity sha512-DaCwOdNT+aZJL+BZH04iUe0709O5Pi6qTagRlM+hp7oKwXiJvU3lwYIFE1McGss4rdhlWhIXB107ZFSC1+eagw==
dependencies:
detect-node "^2.0.4"
mime "^2.4.0"
qs "^6.7.0"

cross-fetch@^3.0.6:
version "3.1.5"
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
Expand Down

0 comments on commit bad2fe6

Please sign in to comment.