Skip to content

Commit

Permalink
fix(deps): update dependency cozy-konnector-libs to v4.37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and doubleface committed Dec 1, 2020
1 parent d1631b3 commit ac11b79
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 30 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"providers": "node ./src/providers.js"
},
"dependencies": {
"cozy-konnector-libs": "4.36.0"
"cozy-konnector-libs": "4.37.1"
},
"devDependencies": {
"copy-webpack-plugin": "6.2.1",
Expand Down
48 changes: 19 additions & 29 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1458,29 +1458,7 @@ cozy-client@16.2.0:
sift "^6.0.0"
url-search-params-polyfill "^7.0.0"

cozy-client@^16.1.1:
version "16.1.1"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-16.1.1.tgz#6434b7c6a1776d44da95bc1e7e552ca3a5d23fd8"
integrity sha512-cb4VE1F9qkLC0LPhPMyMLq5IZ5nW0ntJz8gYjkeW5KcSFfjkTmrG7qwudfxTOW3GCs4hnS2vhQRaFN7QxO5nrw==
dependencies:
"@cozy/minilog" "1.0.0"
btoa "^1.2.1"
cozy-device-helper "^1.7.3"
cozy-logger "^1.6.0"
cozy-stack-client "^16.0.0"
isomorphic-fetch "^3.0.0"
lodash "^4.17.13"
microee "^0.0.6"
open "^7.0.2"
prop-types "^15.6.2"
react-redux "^7.2.0"
redux "^3.7.2"
redux-thunk "^2.3.0"
server-destroy "^1.0.1"
sift "^6.0.0"
url-search-params-polyfill "^7.0.0"

cozy-client@^16.2.0:
cozy-client@^16.2.0, cozy-client@^16.8.0:
version "16.8.0"
resolved "https://registry.yarnpkg.com/cozy-client/-/cozy-client-16.8.0.tgz#44378ed226697a1d4000f8ac6b5f7ca1ba66bd01"
integrity sha512-FeCpbXAEl40WPYneIWo8S6F2FaJWGq1PE2XG2qyGZ/iyWrAtX5O5IUL9/oEG1B2C1ZVlNgXENDoqp6UIlHbLOQ==
Expand Down Expand Up @@ -1521,6 +1499,17 @@ cozy-doctypes@^1.74.8:
lodash "4.17.19"
prop-types "^15.7.2"

cozy-doctypes@^1.75.1:
version "1.75.1"
resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.75.1.tgz#76effe72fb233f03bb77be06dd82f88754d8efbd"
integrity sha512-9PX/Dv+jYVV4TfDfBpu4TbVudv8PIHzbLUNwY7FyZ4poyGvRSFE8YFvnHgO0ShREgCJ2Ivw3lVJuF6xpkJHv6g==
dependencies:
cozy-logger "^1.6.0"
date-fns "1.30.1"
es6-promise-pool "2.5.0"
lodash "4.17.19"
prop-types "^15.7.2"

cozy-jobs-cli@1.15.0:
version "1.15.0"
resolved "https://registry.yarnpkg.com/cozy-jobs-cli/-/cozy-jobs-cli-1.15.0.tgz#de8d323282a8aa677735303c5350e1fe3ecedb2f"
Expand All @@ -1540,27 +1529,28 @@ cozy-jobs-cli@1.15.0:
pretty "2.0.0"
strip-json-comments "3.1.1"

cozy-konnector-libs@4.36.0:
version "4.36.0"
resolved "https://registry.yarnpkg.com/cozy-konnector-libs/-/cozy-konnector-libs-4.36.0.tgz#2c52031ada50a1f8035cad441dd63ec3144f726b"
integrity sha512-ZXxVA5pC2TxPe/8EF01Zc2gd5NaFF+7oLw3aREmulXGSB63oXEl9FI3LOyIkByVEvrNVcUVwcsSV19ikMc9ekg==
cozy-konnector-libs@4.37.1:
version "4.37.1"
resolved "https://registry.yarnpkg.com/cozy-konnector-libs/-/cozy-konnector-libs-4.37.1.tgz#695fca39ce887b1147443de43b1df779d4f12383"
integrity sha512-MwIY4nAwS0r+Yy20HZmYJmZrvSpHn4ou0hmfkFMo8wYtLmrJr7yYBjRcv4lPa5SRSV+9xSG0Uq3p7RXNX9m97Q==
dependencies:
babel-runtime "^6.26.0"
bluebird "^3.7.2"
bluebird-retry "^0.11.0"
btoa "1.2.1"
cheerio "^1.0.0-rc.3"
classificator "^0.3.3"
cozy-client "^16.1.1"
cozy-client "^16.8.0"
cozy-client-js "^0.17.4"
cozy-doctypes "^1.74.8"
cozy-doctypes "^1.75.1"
cozy-logger "^1.6.0"
date-fns "^2.16.1"
file-type "^16.0.1"
geco "^0.11.1"
lodash-id "^0.14.0"
lowdb "^1.0.0"
mime-types "^2.1.27"
node-fetch "^2.6.1"
raven "^2.6.4"
raw-body "^2.4.1"
request "^2.88.2"
Expand Down

0 comments on commit ac11b79

Please sign in to comment.