From 9a3f779007a4c783f379d25b4804c7139b0a1c39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 11 Apr 2022 16:05:33 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3b26868..f13e666 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "license": "ISC", "dependencies": { "es6-module-loader": "^0.17.11", - "google-auth-library": "^0.9.8", - "googleapis": "^7.0.0" + "google-auth-library": "^0.10.0", + "googleapis": "^26.0.1" }, "devDependencies": { "babel-cli": "^6.9.0",