Skip to content

Commit

Permalink
fix(deps): update dependency cozy-jobs-cli to v1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jun 7, 2022
1 parent 1dc135d commit 85d0fd8
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"devDependencies": {
"copy-webpack-plugin": "6.2.1",
"cozy-app-publish": "0.25.1",
"cozy-jobs-cli": "1.18.0",
"cozy-jobs-cli": "1.18.1",
"eslint-config-cozy-app": "2.0.0",
"git-directory-deploy": "1.5.1",
"husky": "4.2.5",
Expand Down
43 changes: 37 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1610,10 +1610,10 @@ cozy-flags@^2.8.7:
dependencies:
microee "^0.0.6"

[email protected].0:
version "1.18.0"
resolved "https://registry.yarnpkg.com/cozy-jobs-cli/-/cozy-jobs-cli-1.18.0.tgz#718469f3658460095aadae42e952feeb06d82781"
integrity sha512-RnEqHU1EM7ElHUrVlExSicoJyf3tLQ4Z2/Ry2X7A8J1GXX2ev2xS6o0Y9Ae0BXWbmfXg8tDlGKy+OXZBDKIcUA==
[email protected].1:
version "1.18.1"
resolved "https://registry.yarnpkg.com/cozy-jobs-cli/-/cozy-jobs-cli-1.18.1.tgz#02c9a50d3f1a9947424f345c43f54f3c9dcc5e62"
integrity sha512-SBTWyKrzwj0I+73enhSFf7bJWEBJVAf+wU6740Icj/zkIpPq1jCEiK/ljabyxTskCwHJQ3MymjQFRoEbxC6jCg==
dependencies:
"@pollyjs/adapter-node-http" "5.1.1"
"@pollyjs/core" "5.1.1"
Expand All @@ -1627,13 +1627,13 @@ [email protected]:
cozy-client "29.1.2"
cozy-device-helper "^2.1.0"
cozy-flags "^2.8.7"
cozy-konnector-libs "^4.53.0"
cozy-konnector-libs "^4.53.1"
cozy-logger "1.8.0"
open "8.4.0"
pretty "2.0.0"
strip-json-comments "3.1.1"

[email protected], cozy-konnector-libs@^4.53.0:
[email protected]:
version "4.53.0"
resolved "https://registry.yarnpkg.com/cozy-konnector-libs/-/cozy-konnector-libs-4.53.0.tgz#aeed5846b005ba5c46824dbd273fb2217e21ef1d"
integrity sha512-TtTbAuD208JE+WPEtDki5YGs6mBGC299KhfbDr71NcHgS/YaCHIuzP/c9uIBCy5g9wK87qbfFE5F3OywEAVocA==
Expand Down Expand Up @@ -1664,6 +1664,37 @@ [email protected], cozy-konnector-libs@^4.53.0:
request-promise "^4.2.6"
strip-json-comments "^3.1.1"

cozy-konnector-libs@^4.53.1:
version "4.53.1"
resolved "https://registry.yarnpkg.com/cozy-konnector-libs/-/cozy-konnector-libs-4.53.1.tgz#eaaec598578cfd8b2813411192eaf54c4f4de4fe"
integrity sha512-NLqonlJI28lxohAeQgnxylNeZN/fGPfbTd4eef4h40qyc+o5PPaujPgBwowSg6jnT0t8LZBpU2k+mM1loUNzcQ==
dependencies:
babel-runtime "^6.26.0"
bluebird "^3.7.2"
bluebird-retry "^0.11.0"
btoa "1.2.1"
cheerio "^1.0.0-rc.9"
classificator "^0.3.3"
cozy-client "^29.1.2"
cozy-client-js "^0.20.0"
cozy-device-helper "^2.1.0"
cozy-doctypes "^1.83.8"
cozy-flags "^2.8.7"
cozy-logger "^1.8.0"
date-fns "^2.22.1"
file-type "^16.5.0"
geco "git+https://github.com/konnectors/geco.git#0.11.2"
lodash-id "^0.14.0"
lowdb "^1.0.0"
mime-types "^2.1.31"
node-fetch "^2.6.1"
raven "^2.6.4"
raw-body "^2.4.1"
request "^2.88.2"
request-debug "^0.2.0"
request-promise "^4.2.6"
strip-json-comments "^3.1.1"

[email protected], cozy-logger@^1.8.0:
version "1.8.0"
resolved "https://registry.yarnpkg.com/cozy-logger/-/cozy-logger-1.8.0.tgz#8d37f8e52c0de02a65ca0606ad60b0ebf3a60ed6"
Expand Down

0 comments on commit 85d0fd8

Please sign in to comment.