From 1e03b7fa2c2e041b60f094a9cbbf97482cd2204f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 15 Sep 2021 18:35:11 +0000 Subject: [PATCH] fix: healthcare/dicom/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- healthcare/dicom/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/healthcare/dicom/package.json b/healthcare/dicom/package.json index 3e8b357ab8..dddc08575f 100644 --- a/healthcare/dicom/package.json +++ b/healthcare/dicom/package.json @@ -18,7 +18,7 @@ "dependencies": { "googleapis": "^36.0.0", "uuid": "^3.3.2", - "yargs": "^12.0.1", + "yargs": "^15.0.1", "gtoken": "^2.3.0", "request": "^2.87.0", "request-promise": "^4.2.2"