From ebfec3b2afd491b0dd882add01764bf37fffedc3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 3 Sep 2020 01:56:07 +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-NODEFORGE-598677 --- 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..ecd8addaf2 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": "^49.0.0", "uuid": "^3.3.2", "yargs": "^12.0.1" },