From e6410498a00556a65f9b90f8016d31756867b614 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 14 Feb 2019 08:22:51 -0800 Subject: [PATCH] fix(deps): update dependency @google-cloud/promisify to ^0.4.0 (#328) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04912340..6c14d492 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "predocs-test": "npm run docs" }, "dependencies": { - "@google-cloud/promisify": "^0.3.0", + "@google-cloud/promisify": "^0.4.0", "google-gax": "^0.25.0", "is": "^3.2.1", "lodash.merge": "^4.6.1",