Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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