Skip to content

Commit

Permalink
fix(deps): update dependency cozy-app-publish to v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 1, 2022
1 parent 64785c8 commit 8499205
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 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.29.0",
"cozy-jobs-cli": "1.17.6",
"eslint-config-cozy-app": "2.0.0",
"git-directory-deploy": "1.5.1",
Expand Down
18 changes: 14 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1486,10 +1486,10 @@ 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.29.0:
version "0.29.0"
resolved "https://registry.yarnpkg.com/cozy-app-publish/-/cozy-app-publish-0.29.0.tgz#441469014d1855f9e61dd7752a2b594de9299a1b"
integrity sha512-1M0ImcAU8OTTFQ8Lp2vAG91fyTIK1L5fO1rk7Teh5nnFnk+VFZnwPktRDk11yLNrlqLt8nIR71GCt5FR60/QgA==
dependencies:
argparse "^1.0.10"
chalk "^2.4.2"
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 8499205

Please sign in to comment.