From 6a4af45b56bb53690a0ded7bfa418eb8940f2257 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:06:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-2441827 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e306e147e9..51b130e7bb 100644 --- a/package.json +++ b/package.json @@ -60,10 +60,10 @@ ] }, "dependencies": { - "async": "~1.5.2", + "async": "~3.2.2", "gapitoken": "~0.1.5", - "google-auth-library": "~0.9.7", - "request": "~2.72.0", + "google-auth-library": "~0.10.0", + "request": "~2.75.0", "string-template": "~1.0.0", "url": "^0.11.0" },