From 8a122ba644e05584cd2108312d5d14587ec190d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 21 Jun 2023 14:49:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f3b75b71..b35f35461 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,6 @@ "source-map-support": "^0.4.11" }, "dependencies": { - "yargs": "^6.6.0" + "yargs": "^10.0.0" } }