From 61667bda800c5662d1b7856b949ce724dc77f736 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 10 Oct 2023 18:45:41 +0000 Subject: [PATCH] fix(deps): update dependency @google-cloud/storage to v7 --- background/package.json | 2 +- bookshelf/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/background/package.json b/background/package.json index 9a409e84c..7e3f02e20 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 d8e5f764f..3cd6031b0 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",