From 06aa0fd3be8941c9d2c6e88fe36d144abcde04fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 02:45:54 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 25203bfcc4..a046a617fe 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "atom-package-deps": "4.3.1", "babylon": "6.17.0", "bplist-parser": "0.1.1", - "chalk": "1.1.3", + "chalk": "2.0.0", "cheerio": "0.22.0", "classnames": "2.2.5", "connect": "3.5.0", @@ -90,7 +90,7 @@ "simple-text-buffer": "9.2.11", "split": "1.0.0", "ssh2": "0.5.4", - "strip-ansi": "3.0.1", + "strip-ansi": "7.0.0", "symbol-observable": "1.0.4", "temp": "0.8.3", "through": "2.3.8",