From 7f9a59c1e88fe06eff224623bc6153aa30c8e784 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Dec 2020 01:56:13 +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-AXIOS-1038255 --- 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" },