From 3d29cbe6f6bfb594a4c9e7a48aa834bc234b8da9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 00:09:45 +0000 Subject: [PATCH] fix: healthcare/fhir/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 --- healthcare/fhir/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcare/fhir/package.json b/healthcare/fhir/package.json index 3e8b357ab8..b93021c7c6 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/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", "gtoken": "^2.3.0",