Skip to content

Commit

Permalink
fix(deps): update dependency pify to v4 (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Aug 16, 2018
1 parent 47d0972 commit ba4e2a4
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^1.4.0",
"pify": "^3.0.0",
"pify": "^4.0.0",
"qs": "^6.5.2",
"url-template": "^2.0.8",
"uuid": "^3.2.1"
Expand Down
52 changes: 49 additions & 3 deletions src/shared/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/shared/package.json
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"axios": "^0.18.0",
"google-auth-library": "^1.4.0",
"pify": "^3.0.0",
"pify": "^4.0.0",
"qs": "^6.5.2",
"url-template": "^2.0.8",
"uuid": "^3.2.1"
Expand Down

0 comments on commit ba4e2a4

Please sign in to comment.