From 2eb38d244a67b2e67c34ee57aeeb2c7b6f9fc238 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 00:36:41 +0000 Subject: [PATCH] fix: tools/eslint/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- tools/eslint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/eslint/package.json b/tools/eslint/package.json index dec10304f74af0..263920a7733a49 100644 --- a/tools/eslint/package.json +++ b/tools/eslint/package.json @@ -69,7 +69,7 @@ "progress": "^2.0.0", "require-uncached": "^1.0.3", "semver": "^5.3.0", - "strip-ansi": "^4.0.0", + "strip-ansi": "^7.0.0", "strip-json-comments": "~2.0.1", "table": "^4.0.1", "text-table": "~0.2.0"