From c78218c359d434b13df998b1f7e5449b00ae0d51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:15:16 +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