From 1fc71c488ae45b84d9c8255b2b289d0f9f767cd9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 00:52:59 +0000 Subject: [PATCH] fix: deps/npm/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- deps/npm/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/npm/package.json b/deps/npm/package.json index 9926248eeb55a0..4d5cd7eab8d976 100644 --- a/deps/npm/package.json +++ b/deps/npm/package.json @@ -35,7 +35,7 @@ "dependencies": { "JSONStream": "^1.3.2", "abbrev": "~1.1.1", - "ansi-regex": "~3.0.0", + "ansi-regex": "~6.0.1", "ansicolors": "~0.3.2", "ansistyles": "~0.1.3", "aproba": "~1.2.0", @@ -127,7 +127,7 @@ "sorted-object": "~2.0.1", "sorted-union-stream": "~2.1.3", "ssri": "^6.0.0", - "strip-ansi": "~4.0.0", + "strip-ansi": "~7.0.0", "tar": "^4.4.3", "text-table": "~0.2.0", "tiny-relative-date": "^1.3.0",