From e9af81bd4680638425d2e6dcac9c1baa62544a02 Mon Sep 17 00:00:00 2001 From: Denis Bendrikov Date: Mon, 22 Nov 2021 17:14:11 +0200 Subject: [PATCH] fix: update strip-ansi to use newer ansi-regex without vulnerability BREAKING CHANGE: Require Node.js 8 as per https://github.com/chalk/strip-ansi/releases/tag/v6.0.0 Closes: #108 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a07d23..23dbafe 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "dependencies": { "chalk": "^2.1.0", "log-symbols": "^2.1.0", - "strip-ansi": "^4.0.0" + "strip-ansi": "^6.0.1" }, "peerDependencies": { "karma": ">=0.13"