Skip to content

Commit

Permalink
bigquery / storage: upgrade duplexify for node v6 compat (#2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored Jun 15, 2017
1 parent e32925a commit 394ef82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bigquery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@google-cloud/common": "^0.13.0",
"arrify": "^1.0.0",
"duplexify": "^3.2.0",
"duplexify": "^3.5.0",
"extend": "^3.0.0",
"is": "^3.0.1",
"stream-events": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"async": "^2.0.1",
"concat-stream": "^1.5.0",
"create-error-class": "^3.0.2",
"duplexify": "^3.2.0",
"duplexify": "^3.5.0",
"extend": "^3.0.0",
"gcs-resumable-upload": "^0.7.1",
"hash-stream-validation": "^0.2.1",
Expand Down

0 comments on commit 394ef82

Please sign in to comment.