From 3aa94cf93db620642c13feae15dfdab6b29b9f55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Apr 2022 16:14:38 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0faa0de..126aa3c 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "author": "Justin Warkentin", "license": "MIT", "dependencies": { - "googleapis": "^19.0.0", + "googleapis": "^26.0.1", "lodash": "^4.17.4", "moment-timezone": "^0.5.13", "soap": "^0.19.0",