From fda533cda4b70278acfce4e21b5b1ebe52ff7a3d Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 27 Oct 2021 01:28:47 -0700 Subject: [PATCH] chore: update `strip-ansi` dependency (#15221) Fixes #15218 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 095d7c52e63..bc59255d29d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "progress": "^2.0.0", "regexpp": "^3.2.0", "semver": "^7.2.1", - "strip-ansi": "^6.0.0", + "strip-ansi": "^6.0.1", "strip-json-comments": "^3.1.0", "text-table": "^0.2.0", "v8-compile-cache": "^2.0.3"