diff --git a/functions/imagemagick/package.json b/functions/imagemagick/package.json index 2ff9fc75cc..59324d6424 100644 --- a/functions/imagemagick/package.json +++ b/functions/imagemagick/package.json @@ -15,7 +15,7 @@ "test": "mocha test/*.test.js --timeout=20000" }, "dependencies": { - "@google-cloud/storage": "^2.3.3", + "@google-cloud/storage": "^3.0.0", "@google-cloud/vision": "^0.25.0", "gm": "^1.23.1" },