Skip to content

Commit 397b679

Browse files
committed
chore(deps): update dependency @google-cloud/storage to v3
1 parent 3b1b36e commit 397b679

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

appengine/storage/flexible/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=8.0.0"
1010
},
1111
"dependencies": {
12-
"@google-cloud/storage": "^2.3.3",
12+
"@google-cloud/storage": "^3.0.0",
1313
"body-parser": "^1.18.3",
1414
"express": "^4.16.4",
1515
"multer": "^1.4.1",

appengine/storage/standard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"node": ">=8.0.0"
1010
},
1111
"dependencies": {
12-
"@google-cloud/storage": "^2.3.3",
12+
"@google-cloud/storage": "^3.0.0",
1313
"body-parser": "^1.18.3",
1414
"express": "^4.16.4",
1515
"multer": "^1.4.1",

auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"system-test": "mocha system-test/*.test.js --timeout=30000"
1717
},
1818
"dependencies": {
19-
"@google-cloud/storage": "^2.0.3",
19+
"@google-cloud/storage": "^3.0.0",
2020
"yargs": "^13.2.2"
2121
},
2222
"devDependencies": {

functions/helloworld/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@google-cloud/nodejs-repo-tools": "^3.3.0",
2727
"@google-cloud/pubsub": "^0.28.0",
28-
"@google-cloud/storage": "^2.0.0",
28+
"@google-cloud/storage": "^3.0.0",
2929
"mocha": "^6.0.0",
3030
"express": "^4.16.3",
3131
"proxyquire": "^2.1.0",

functions/http/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"uuid": "^3.3.2"
2323
},
2424
"dependencies": {
25-
"@google-cloud/storage": "^2.3.3",
25+
"@google-cloud/storage": "^3.0.0",
2626
"busboy": "^0.3.0",
2727
"escape-html": "^1.0.3",
2828
"safe-buffer": "^5.1.2"

functions/imagemagick/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "mocha test/*.test.js --timeout=20000"
1616
},
1717
"dependencies": {
18-
"@google-cloud/storage": "^2.3.3",
18+
"@google-cloud/storage": "^3.0.0",
1919
"@google-cloud/vision": "^0.25.0",
2020
"gm": "^1.23.1"
2121
},

functions/ocr/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@google-cloud/pubsub": "^0.28.1",
19-
"@google-cloud/storage": "^2.3.3",
19+
"@google-cloud/storage": "^3.0.0",
2020
"@google-cloud/translate": "^3.0.0",
2121
"@google-cloud/vision": "^0.25.0",
2222
"safe-buffer": "^5.1.2"

functions/sendgrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@google-cloud/bigquery": "^4.0.0",
19-
"@google-cloud/storage": "^2.0.0",
19+
"@google-cloud/storage": "^3.0.0",
2020
"safe-buffer": "^5.1.2",
2121
"sendgrid": "^5.2.3",
2222
"uuid": "^3.3.2"

functions/speech-to-speech/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@google-cloud/speech": "^2.1.0",
40-
"@google-cloud/storage": "^2.0.3",
40+
"@google-cloud/storage": "^3.0.0",
4141
"@google-cloud/text-to-speech": "^0.5.0",
4242
"@google-cloud/translate": "^3.0.0",
4343
"uuid": "^3.3.2",

storage-transfer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mocha": "^6.0.0",
2727
"proxyquire": "^2.1.0",
2828
"sinon": "^7.2.7",
29-
"@google-cloud/storage": "^2.3.3",
29+
"@google-cloud/storage": "^3.0.0",
3030
"uuid": "^3.3.2"
3131
},
3232
"cloud-repo-tools": {

0 commit comments

Comments
 (0)