From 899f72ac382934875eaebd8a4ef2c117f14ff729 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 21 Oct 2019 15:24:10 +0300 Subject: [PATCH] Update dependency @google-cloud/storage to v4 (#1520) --- appengine/storage/flexible/package.json | 2 +- appengine/storage/standard/package.json | 2 +- auth/package.json | 2 +- functions/helloworld/package.json | 2 +- functions/http/package.json | 2 +- functions/imagemagick/package.json | 2 +- functions/ocr/app/package.json | 2 +- functions/sendgrid/package.json | 2 +- functions/speech-to-speech/functions/package.json | 2 +- healthcare/dicom/package.json | 2 +- healthcare/fhir/package.json | 2 +- run/image-processing/package.json | 2 +- storage-transfer/package.json | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/appengine/storage/flexible/package.json b/appengine/storage/flexible/package.json index ab974919f7..dccbed1f12 100644 --- a/appengine/storage/flexible/package.json +++ b/appengine/storage/flexible/package.json @@ -9,7 +9,7 @@ "node": ">=8.0.0" }, "dependencies": { - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "body-parser": "^1.18.3", "express": "^4.16.4", "multer": "^1.4.1", diff --git a/appengine/storage/standard/package.json b/appengine/storage/standard/package.json index ab974919f7..dccbed1f12 100644 --- a/appengine/storage/standard/package.json +++ b/appengine/storage/standard/package.json @@ -9,7 +9,7 @@ "node": ">=8.0.0" }, "dependencies": { - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "body-parser": "^1.18.3", "express": "^4.16.4", "multer": "^1.4.1", diff --git a/auth/package.json b/auth/package.json index 74c91f11ca..3daf46cae3 100644 --- a/auth/package.json +++ b/auth/package.json @@ -16,7 +16,7 @@ "system-test": "mocha system-test/*.test.js --timeout=30000" }, "dependencies": { - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "yargs": "^14.0.0" }, "devDependencies": { diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index 296c3d868c..cc474b7fb4 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -26,7 +26,7 @@ "@google-cloud/functions-framework": "^1.1.1", "@google-cloud/nodejs-repo-tools": "^3.3.0", "@google-cloud/pubsub": "^1.0.0", - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "child-process-promise": "^2.2.1", "delay": "^4.3.0", "express": "^4.16.3", diff --git a/functions/http/package.json b/functions/http/package.json index bc8539b2ce..9e21fdc82f 100644 --- a/functions/http/package.json +++ b/functions/http/package.json @@ -22,7 +22,7 @@ "uuid": "^3.3.2" }, "dependencies": { - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "busboy": "^0.3.0", "escape-html": "^1.0.3" }, diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 233d9b2bb5..081a3fae07 100644 --- a/functions/imagemagick/package.json +++ b/functions/imagemagick/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=20000 --exit" }, "dependencies": { - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "@google-cloud/vision": "^1.0.0", "gm": "^1.23.1" }, diff --git a/functions/ocr/app/package.json b/functions/ocr/app/package.json index f4fbf01eec..38986b3acd 100644 --- a/functions/ocr/app/package.json +++ b/functions/ocr/app/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@google-cloud/pubsub": "^1.0.0", - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "@google-cloud/translate": "^4.0.0", "@google-cloud/vision": "^1.0.0", "nconf": "^0.10.0" diff --git a/functions/sendgrid/package.json b/functions/sendgrid/package.json index 313e8ea306..dc18312b27 100644 --- a/functions/sendgrid/package.json +++ b/functions/sendgrid/package.json @@ -16,7 +16,7 @@ }, "dependencies": { "@google-cloud/bigquery": "^4.0.0", - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "sendgrid": "^5.2.3", "uuid": "^3.3.2" }, diff --git a/functions/speech-to-speech/functions/package.json b/functions/speech-to-speech/functions/package.json index de3c5d37f5..fcb0c1b753 100644 --- a/functions/speech-to-speech/functions/package.json +++ b/functions/speech-to-speech/functions/package.json @@ -34,7 +34,7 @@ }, "dependencies": { "@google-cloud/speech": "^3.0.0", - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "@google-cloud/text-to-speech": "^1.0.0", "@google-cloud/translate": "^4.0.0", "uuid": "^3.3.2", diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index ab551193e8..6ed2ecf1c4 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", "@google-cloud/pubsub": "^1.0.0", - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "mocha": "^6.0.0" }, "dependencies": { diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 759a4e65a3..1ce306135f 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -14,7 +14,7 @@ "devDependencies": { "@google-cloud/nodejs-repo-tools": "^3.3.0", "@google-cloud/pubsub": "^1.0.0", - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "mocha": "^6.0.0" }, "dependencies": { diff --git a/run/image-processing/package.json b/run/image-processing/package.json index 48e9837d33..cf72620419 100644 --- a/run/image-processing/package.json +++ b/run/image-processing/package.json @@ -18,7 +18,7 @@ "test": "mocha test/*.test.js --check-leaks --timeout=5000" }, "dependencies": { - "@google-cloud/storage": "^3.0.4", + "@google-cloud/storage": "^4.0.0", "@google-cloud/vision": "^1.1.3", "body-parser": "^1.19.0", "express": "^4.16.4", diff --git a/storage-transfer/package.json b/storage-transfer/package.json index c45bd8e151..4896cd95d3 100644 --- a/storage-transfer/package.json +++ b/storage-transfer/package.json @@ -26,7 +26,7 @@ "mocha": "^6.0.0", "proxyquire": "^2.1.0", "sinon": "^7.2.7", - "@google-cloud/storage": "^3.0.0", + "@google-cloud/storage": "^4.0.0", "uuid": "^3.3.2" }, "cloud-repo-tools": {