chore(deps): update dependency cozy-app-publish to v0.9.1

This commit is contained in:
Renovate Bot 2018-12-10 21:37:56 +00:00 committed by renovate[bot]
parent 41e6f99467
commit a1e78ac529
2 changed files with 24 additions and 28 deletions

View File

@ -39,7 +39,7 @@
}, },
"devDependencies": { "devDependencies": {
"copy-webpack-plugin": "4.6.0", "copy-webpack-plugin": "4.6.0",
"cozy-app-publish": "0.9.0", "cozy-app-publish": "0.9.1",
"cozy-jobs-cli": "1.5.8", "cozy-jobs-cli": "1.5.8",
"eslint": "5.10.0", "eslint": "5.10.0",
"eslint-config-cozy-app": "1.1.4", "eslint-config-cozy-app": "1.1.4",

View File

@ -1260,6 +1260,11 @@ chownr@^1.0.1:
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.0.1.tgz#e2a75042a9551908bebd25b8523d5f9769d79181"
integrity sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE= integrity sha1-4qdQQqlVGQi+vSW4Uj1fl2nXkYE=
chownr@^1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"
integrity sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==
chrome-trace-event@^1.0.0: chrome-trace-event@^1.0.0:
version "1.0.0" version "1.0.0"
resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz#45a91bd2c20c9411f0963b5aaeb9a1b95e09cc48" resolved "https://registry.yarnpkg.com/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz#45a91bd2c20c9411f0963b5aaeb9a1b95e09cc48"
@ -1603,18 +1608,18 @@ cosmiconfig@^5.0.6:
js-yaml "^3.9.0" js-yaml "^3.9.0"
parse-json "^4.0.0" parse-json "^4.0.0"
cozy-app-publish@0.9.0: cozy-app-publish@0.9.1:
version "0.9.0" version "0.9.1"
resolved "https://registry.yarnpkg.com/cozy-app-publish/-/cozy-app-publish-0.9.0.tgz#730968c8c2bc8a51919658194f7c3dae35bb6b1e" resolved "https://registry.yarnpkg.com/cozy-app-publish/-/cozy-app-publish-0.9.1.tgz#2c34185fc296f0a2ab999d5a994912efc4fccf43"
integrity sha512-9UQLo9O9mufY+m6qkUs1R7JrRpd+/9LowY0ev0Rb1624hTAu5AZZtgbyKlFuLTCYtB4HosLc7/l0ycPFHaDVSw== integrity sha512-aMZg3dsl4b5KsveskaPx/k5lAr/cjNkc3WbuPal43NS8hW9sn5U+VcMHCELgSXwE+tzDFLzuzhaGqC53kHanHQ==
dependencies: dependencies:
chalk "2.4.1" chalk "2.4.1"
commander "2.19.0" commander "2.19.0"
cross-spawn "6.0.5" cross-spawn "6.0.5"
fs-extra "6.0.1" fs-extra "7.0.1"
node-fetch "2.2.0" node-fetch "2.2.0"
prompt "1.0.0" prompt "1.0.0"
tar "4.4.6" tar "4.4.8"
cozy-client-js@0.9.0: cozy-client-js@0.9.0:
version "0.9.0" version "0.9.0"
@ -2950,15 +2955,6 @@ from2@^2.1.0:
inherits "^2.0.1" inherits "^2.0.1"
readable-stream "^2.0.0" readable-stream "^2.0.0"
fs-extra@6.0.1:
version "6.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-6.0.1.tgz#8abc128f7946e310135ddc93b98bddb410e7a34b"
integrity sha512-GnyIkKhhzXZUWFCaJzvyDLEEgDkPfb4/TPvJCJVuS8MWZgoSsErf++QpiAlDnKFcqhRlm+tIOcencCjyJE6ZCA==
dependencies:
graceful-fs "^4.1.2"
jsonfile "^4.0.0"
universalify "^0.1.0"
fs-extra@7.0.1: fs-extra@7.0.1:
version "7.0.1" version "7.0.1"
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9" resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-7.0.1.tgz#4f189c44aa123b895f722804f55ea23eadc348e9"
@ -4777,7 +4773,7 @@ minimist@^1.1.0, minimist@^1.1.2, minimist@^1.2.0:
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284" resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ= integrity sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=
minipass@^2.2.1, minipass@^2.3.3: minipass@^2.2.1, minipass@^2.3.4:
version "2.3.5" version "2.3.5"
resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848" resolved "https://registry.yarnpkg.com/minipass/-/minipass-2.3.5.tgz#cacebe492022497f656b0f0f51e2682a9ed2d848"
integrity sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA== integrity sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==
@ -4785,10 +4781,10 @@ minipass@^2.2.1, minipass@^2.3.3:
safe-buffer "^5.1.2" safe-buffer "^5.1.2"
yallist "^3.0.0" yallist "^3.0.0"
minizlib@^1.1.0: minizlib@^1.1.1:
version "1.1.1" version "1.2.1"
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.1.1.tgz#6734acc045a46e61d596a43bb9d9cd326e19cc42" resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-1.2.1.tgz#dd27ea6136243c7c880684e8672bb3a45fd9b614"
integrity sha512-TrfjCjk4jLhcJyGMYymBH6oTXcWjYbUAXTHDbtnWHjZC25h0cdajHuPE1zxb4DVmu8crfh+HwH/WMuyLG0nHBg== integrity sha512-7+4oTUOWKg7AuL3vloEWekXY2/D20cevzsrNT2kGWm+39J9hGTCBv8VI5Pm5lXZ/o3/mdR4f8rflAPhnQb8mPA==
dependencies: dependencies:
minipass "^2.2.1" minipass "^2.2.1"
@ -7174,15 +7170,15 @@ tar-stream@^1.1.2, tar-stream@^1.2.1:
readable-stream "^2.0.0" readable-stream "^2.0.0"
xtend "^4.0.0" xtend "^4.0.0"
tar@4.4.6: tar@4.4.8:
version "4.4.6" version "4.4.8"
resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.6.tgz#63110f09c00b4e60ac8bcfe1bf3c8660235fbc9b" resolved "https://registry.yarnpkg.com/tar/-/tar-4.4.8.tgz#b19eec3fde2a96e64666df9fdb40c5ca1bc3747d"
integrity sha512-tMkTnh9EdzxyfW+6GK6fCahagXsnYk6kE6S9Gr9pjVdys769+laCTbodXDhPAjzVtEBazRgP0gYqOjnk9dQzLg== integrity sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ==
dependencies: dependencies:
chownr "^1.0.1" chownr "^1.1.1"
fs-minipass "^1.2.5" fs-minipass "^1.2.5"
minipass "^2.3.3" minipass "^2.3.4"
minizlib "^1.1.0" minizlib "^1.1.1"
mkdirp "^0.5.0" mkdirp "^0.5.0"
safe-buffer "^5.1.2" safe-buffer "^5.1.2"
yallist "^3.0.2" yallist "^3.0.2"