Skip to content

Commit bdca2ea

Browse files
renovate-botJustinBeckwith
authored andcommitted
fix(deps): update dependency @google-cloud/storage to v3 (#508)
1 parent 657ef20 commit bdca2ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"uuid": "^3.3.2"
6262
},
6363
"devDependencies": {
64-
"@google-cloud/storage": "^2.5.0",
64+
"@google-cloud/storage": "^3.0.0",
6565
"@types/big.js": "^4.0.5",
6666
"@types/execa": "^0.9.0",
6767
"@types/extend": "^3.0.1",

samples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@google-cloud/bigquery": "^4.1.5",
19-
"@google-cloud/storage": "^2.0.0",
19+
"@google-cloud/storage": "^3.0.0",
2020
"yargs": "^13.0.0"
2121
},
2222
"devDependencies": {

0 commit comments

Comments
 (0)