From ef7dcac7a284eee3c031adf0a05efdbcd3892be7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:11:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-XMLDOM-1534562 - https://snyk.io/vuln/SNYK-JS-XMLDOM-3042242 - https://snyk.io/vuln/SNYK-JS-XMLDOM-3092935 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0faa0de..44daea0 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,10 @@ "author": "Justin Warkentin", "license": "MIT", "dependencies": { - "googleapis": "^19.0.0", + "googleapis": "^25.0.0", "lodash": "^4.17.4", "moment-timezone": "^0.5.13", - "soap": "^0.19.0", + "soap": "^0.40.0", "traverse": "^0.6.6" } }