From 34e3c5e6121cfce239246643975c1c27e27f2e14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 10 Feb 2022 16:55:59 +0000 Subject: [PATCH] fix: healthcare/datasets/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- healthcare/datasets/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcare/datasets/package.json b/healthcare/datasets/package.json index fc1bfb44ac..702d258371 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -16,7 +16,7 @@ "ava": "^0.25.0" }, "dependencies": { - "googleapis": "^36.0.0", + "googleapis": "^37.0.0", "uuid": "^3.3.2", "yargs": "^12.0.1" },