Skip to content

Commit

Permalink
fix(deps): update dependency cozy-app-publish to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2022
1 parent c03b25b commit 3822a72
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"copy-webpack-plugin": "6.2.1",
"cozy-app-publish": "0.27.0",
"cozy-app-publish": "0.30.0",
"cozy-jobs-cli": "1.17.6",
"eslint-config-cozy-app": "2.0.0",
"git-directory-deploy": "1.5.1",
Expand Down
22 changes: 16 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ aproba@^1.1.1:
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.2.0.tgz#6802e6264efd18c790a1b0d517f0f2627bf2c94a"
integrity sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==

argparse@^1.0.10, argparse@^1.0.7:
argparse@^1.0.7:
version "1.0.10"
resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911"
integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==
Expand Down Expand Up @@ -1486,12 +1486,12 @@ cors@^2.8.5:
object-assign "^4"
vary "^1"

cozy-app-publish@0.27.0:
version "0.27.0"
resolved "https://registry.yarnpkg.com/cozy-app-publish/-/cozy-app-publish-0.27.0.tgz#d9b523eac078be776c9dde99cf4ceaccc2f4778e"
integrity sha512-IHqrxLzJ+KCqnvtDYtR8piDrazlaFJSV4rtIXniA4Al/bNqo7yUDrfwmSIXadfdDm6va5PRvTh72kRMn86bVRQ==
cozy-app-publish@0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/cozy-app-publish/-/cozy-app-publish-0.30.0.tgz#4b466c6ce6e4421200d8e10ac7c7d3f2373336e2"
integrity sha512-DfkWnsXmE7a45rdReE+wK3Rf20Xl5QBdaC88Pkju4Z906INoPTMitspfsp6bmKlfKX8SPhEwRn6q5VIMHeNbGw==
dependencies:
argparse "^1.0.10"
argparse "^2.0.1"
chalk "^2.4.2"
cross-spawn "^6.0.5"
fs-extra "^7.0.1"
Expand All @@ -1500,6 +1500,7 @@ cozy-app-publish@0.27.0:
prompt "^1.0.0"
request "^2.88.0"
tar "^4.4.13"
verror "^1.10.1"

cozy-client-js@^0.20.0:
version "0.20.0"
Expand Down Expand Up @@ -6398,6 +6399,15 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

verror@^1.10.1:
version "1.10.1"
resolved "https://registry.yarnpkg.com/verror/-/verror-1.10.1.tgz#4bf09eeccf4563b109ed4b3d458380c972b0cdeb"
integrity sha512-veufcmxri4e3XSrT0xwfUR7kguIkaxBeosDg00yDWhk49wdwkSUrvvsm7nc75e1PUyvIeZj6nS8VQRYz2/S4Xg==
dependencies:
assert-plus "^1.0.0"
core-util-is "1.0.2"
extsprintf "^1.2.0"

vm-browserify@^1.0.1:
version "1.1.2"
resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0"
Expand Down

0 comments on commit 3822a72

Please sign in to comment.