From 1fb6eb9f0c53f28ac9c338f3aedbab466650e295 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 20:38:10 +0000 Subject: [PATCH] fix: node_modules/ora/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- node_modules/ora/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/ora/package.json b/node_modules/ora/package.json index f5e907f919..55f88fe076 100644 --- a/node_modules/ora/package.json +++ b/node_modules/ora/package.json @@ -43,7 +43,7 @@ "is-interactive": "^1.0.0", "log-symbols": "^3.0.0", "mute-stream": "0.0.8", - "strip-ansi": "^6.0.0", + "strip-ansi": "^7.0.0", "wcwidth": "^1.0.1" }, "devDependencies": {