Skip to content

Commit

Permalink
Update dependency @google-cloud/storage to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 13, 2018
1 parent cb38ff0 commit ed218f3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion appengine/storage/flexible/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=4.3.2"
},
"dependencies": {
"@google-cloud/storage": "1.6.0",
"@google-cloud/storage": "1.7.0",
"body-parser": "1.18.2",
"express": "4.16.4",
"multer": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion appengine/storage/standard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"node": ">=8"
},
"dependencies": {
"@google-cloud/storage": "1.6.0",
"@google-cloud/storage": "1.7.0",
"body-parser": "1.18.2",
"express": "4.16.4",
"multer": "1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/gcs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "ava -T 20s --verbose test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "1.6.0",
"@google-cloud/storage": "1.7.0",
"request": "2.83.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion functions/imagemagick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "ava -T 20s --verbose test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "1.6.0",
"@google-cloud/storage": "1.7.0",
"@google-cloud/vision": "0.16.0",
"gm": "^1.23.1"
},
Expand Down
2 changes: 1 addition & 1 deletion functions/ocr/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "0.13.2",
"@google-cloud/storage": "1.2.1",
"@google-cloud/storage": "1.7.0",
"@google-cloud/translate": "1.0.0",
"@google-cloud/vision": "0.12.0",
"safe-buffer": "5.1.1"
Expand Down
2 changes: 1 addition & 1 deletion functions/sendgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "0.10.0",
"@google-cloud/storage": "1.4.0",
"@google-cloud/storage": "1.7.0",
"safe-buffer": "5.1.1",
"sendgrid": "5.2.3",
"uuid": "3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion storage-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "npm run unit-test && npm run system-test"
},
"dependencies": {
"@google-cloud/storage": "1.6.0",
"@google-cloud/storage": "1.7.0",
"googleapis": "27.0.0",
"moment": "2.21.0",
"safe-buffer": "5.1.1",
Expand Down

0 comments on commit ed218f3

Please sign in to comment.