diff --git a/tools/scheduled-deployments/functions/package.json b/tools/scheduled-deployments/functions/package.json index 5962b86c7..41ab9e2f0 100644 --- a/tools/scheduled-deployments/functions/package.json +++ b/tools/scheduled-deployments/functions/package.json @@ -9,11 +9,11 @@ "author": "Google Inc.", "license": "Apache-2.0", "dependencies": { - "@google-cloud/datastore": "^1.0.7", + "@google-cloud/datastore": "^2.0.0", "async": "^2.5.0", "cron-parser": "^2.4.1", "describe": "^1.2.0", - "googleapis": "^20.1.0", + "googleapis": "^49.0.0", "js-base64": "^2.1.9", "uuid": "^3.1.0", "yamljs": "^0.3.0"