From aa6c0d0a502a56ba938f5e0cf3d6fa79431e4f89 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 02:59:21 +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-ANSIREGEX-1583908 --- 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..8699cdb423 100644 --- a/healthcare/datasets/package.json +++ b/healthcare/datasets/package.json @@ -18,7 +18,7 @@ "dependencies": { "googleapis": "^36.0.0", "uuid": "^3.3.2", - "yargs": "^12.0.1" + "yargs": "^13.2.4" }, "cloud-repo-tools": { "requiresKeyFile": true,