Skip to content

Commit

Permalink
chore(deps): update dependency @google-cloud/storage to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 15, 2018
1 parent 4da4a2d commit 298ab42
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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": ">=8.0.0"
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.3",
"body-parser": "1.18.3",
"express": "4.16.4",
"multer": "1.4.1",
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.7.0",
"@google-cloud/storage": "2.3.3",
"body-parser": "1.18.3",
"express": "4.16.4",
"multer": "1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion functions/helloworld/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"@google-cloud/pubsub": "^0.22.0",
"@google-cloud/storage": "^1.5.0",
"@google-cloud/storage": "^2.0.0",
"ava": "0.25.0",
"express": "^4.16.3",
"proxyquire": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion functions/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"uuid": "^3.3.2"
},
"dependencies": {
"@google-cloud/storage": "2.3.1",
"@google-cloud/storage": "2.3.3",
"busboy": "^0.2.14",
"escape-html": "^1.0.3",
"safe-buffer": "5.1.2"
Expand Down
2 changes: 1 addition & 1 deletion functions/imagemagick/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "ava -T 20s --verbose test/*.test.js"
},
"dependencies": {
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.3",
"@google-cloud/vision": "0.23.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 @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/pubsub": "0.22.2",
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.3",
"@google-cloud/translate": "2.1.3",
"@google-cloud/vision": "0.23.0",
"safe-buffer": "5.1.2"
Expand Down
2 changes: 1 addition & 1 deletion functions/sendgrid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@google-cloud/bigquery": "^2.0.0",
"@google-cloud/storage": "^1.7.0",
"@google-cloud/storage": "^2.0.0",
"safe-buffer": "^5.1.2",
"sendgrid": "^5.2.3",
"uuid": "^3.3.2"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "^3.0.0",
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.3",
"ava": "0.25.0",
"eslint": "^5.9.0",
"eslint-config-prettier": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion storage-transfer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"ava": "0.25.0",
"proxyquire": "2.1.0",
"sinon": "4.5.0",
"@google-cloud/storage": "1.7.0",
"@google-cloud/storage": "2.3.3",
"uuid": "3.3.2"
},
"cloud-repo-tools": {
Expand Down

0 comments on commit 298ab42

Please sign in to comment.