From e0bed583694ac9e727452f896dc99e9965e04ed9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:15:08 +0000 Subject: [PATCH] fix: messaging/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- messaging/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messaging/package.json b/messaging/package.json index 3206ae2f..3dbdfcff 100644 --- a/messaging/package.json +++ b/messaging/package.json @@ -1,6 +1,6 @@ { "dependencies": { "google-auth-library": "^0.10.0", - "googleapis": "^20.1.0" + "googleapis": "^26.0.1" } } \ No newline at end of file