diff --git a/appengine/storage/flexible/package.json b/appengine/storage/flexible/package.json index 2f9961b456..b245e8c978 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": "^4.0.0", + "@google-cloud/storage": "^5.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 2f9961b456..b245e8c978 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": "^4.0.0", + "@google-cloud/storage": "^5.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 e682ff07ce..3e3dc4e65e 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": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "yargs": "^15.0.0" }, "devDependencies": { diff --git a/functions/helloworld/package.json b/functions/helloworld/package.json index 5112900009..2489ac44e5 100644 --- a/functions/helloworld/package.json +++ b/functions/helloworld/package.json @@ -25,7 +25,7 @@ "devDependencies": { "@google-cloud/functions-framework": "^1.1.1", "@google-cloud/pubsub": "^1.0.0", - "@google-cloud/storage": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "child-process-promise": "^2.2.1", "express": "^4.16.3", "mocha": "^7.0.0", diff --git a/functions/http/package.json b/functions/http/package.json index 88e745fe00..431ed5c30c 100644 --- a/functions/http/package.json +++ b/functions/http/package.json @@ -21,7 +21,7 @@ "uuid": "^8.0.0" }, "dependencies": { - "@google-cloud/storage": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "busboy": "^0.3.0", "escape-html": "^1.0.3" } diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 7305a34ede..0048c26064 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": "^4.0.0", + "@google-cloud/storage": "^5.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 46326b57cb..fbd1971173 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": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "@google-cloud/translate": "^5.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 739a370745..8a6c1baa80 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": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "sendgrid": "^5.2.3", "uuid": "^8.0.0" }, diff --git a/functions/speech-to-speech/functions/package.json b/functions/speech-to-speech/functions/package.json index a70bb050e5..9cbe529f82 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": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "@google-cloud/text-to-speech": "^2.0.0", "@google-cloud/translate": "^5.0.0", "uuid": "^8.0.0", diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 9fe1e3f35f..b0ffe5a73a 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@google-cloud/pubsub": "^1.0.0", - "@google-cloud/storage": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "mocha": "^7.0.0" }, "dependencies": { diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 9fe1e3f35f..b0ffe5a73a 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@google-cloud/pubsub": "^1.0.0", - "@google-cloud/storage": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "mocha": "^7.0.0" }, "dependencies": { diff --git a/run/image-processing/package.json b/run/image-processing/package.json index 42af811387..6639ed7fd2 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": "^4.0.0", + "@google-cloud/storage": "^5.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 1f02dd8d1d..17e7d76746 100644 --- a/storage-transfer/package.json +++ b/storage-transfer/package.json @@ -22,7 +22,7 @@ "yargs": "^15.0.0" }, "devDependencies": { - "@google-cloud/storage": "^4.0.0", + "@google-cloud/storage": "^5.0.0", "mocha": "^7.0.0", "proxyquire": "^2.1.0", "sinon": "^9.0.0",