From 6962a10c77cb1ffc7583e3b4488611b69432ca50 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 08:14:42 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 416bbf6c8b9..3d4aa933c41 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "typescript-simple": "1.0.0", "underscore-plus": "^1.6.6", "winreg": "^1.2.1", - "yargs": "^3.23.0" + "yargs": "^15.0.1" }, "packageDependencies": { "atom-dark-syntax": "0.28.0",