Skip to content

Commit bc221a9

Browse files
committed
fix(deps): update dependency @google-cloud/storage to v7
1 parent 7dcdb35 commit bc221a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

background/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@google-cloud/firestore": "^5.0.0",
1818
"@google-cloud/pubsub": "3.1.0",
19-
"@google-cloud/storage": "^6.0.0",
19+
"@google-cloud/storage": "^7.0.0",
2020
"express": "^4.16.4"
2121
},
2222
"devDependencies": {

bookshelf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@google-cloud/firestore": "^5.0.0",
18-
"@google-cloud/storage": "^6.0.0",
18+
"@google-cloud/storage": "^7.0.0",
1919
"body-parser": "^1.18.3",
2020
"express": "^4.16.4",
2121
"multer": "^1.4.1",

0 commit comments

Comments
 (0)