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