From 5e22b3bd8b9fe2341d593684df5b206d574fb68d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Nov 2020 05:26:27 +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-Y18N-1021887 --- 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 cb32f1de57..abf6c43be2 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -18,7 +18,7 @@ "dependencies": { "googleapis": "^40.0.0", "uuid": "^3.3.2", - "yargs": "^13.0.0", + "yargs": "^16.0.0", "gtoken": "^3.0.0", "request": "^2.87.0", "request-promise": "^4.2.2"