diff --git a/background/package.json b/background/package.json index 9a409e84..7e3f02e2 100644 --- a/background/package.json +++ b/background/package.json @@ -16,7 +16,7 @@ "dependencies": { "@google-cloud/firestore": "^5.0.0", "@google-cloud/pubsub": "3.1.0", - "@google-cloud/storage": "^6.0.0", + "@google-cloud/storage": "^7.0.0", "express": "^4.16.4" }, "devDependencies": { diff --git a/bookshelf/package.json b/bookshelf/package.json index d8e5f764..3cd6031b 100644 --- a/bookshelf/package.json +++ b/bookshelf/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@google-cloud/firestore": "^5.0.0", - "@google-cloud/storage": "^6.0.0", + "@google-cloud/storage": "^7.0.0", "body-parser": "^1.18.3", "express": "^4.16.4", "multer": "^1.4.1",