From 7df24c5bf48a51c386e7a7549f11dd41ddd23fe2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Nov 2020 22:15:53 +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 7d18a87e84..ce2c16d143 100644 --- a/healthcare/fhir/package.json +++ b/healthcare/fhir/package.json @@ -19,7 +19,7 @@ "dependencies": { "googleapis": "^51.0.0", "uuid": "^8.0.0", - "yargs": "^15.0.0", + "yargs": "^16.0.0", "gtoken": "^5.0.0", "request": "^2.87.0", "request-promise": "^4.2.2"