From 950a16c9aa9b452c42563889355bce1e097eb743 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 00:03:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2d6dd65da7..3c81781db8 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "micromatch": "4.0.2", "needle": "2.6.0", "open": "^7.0.3", - "ora": "5.4.0", + "ora": "6.0.0", "os-name": "^3.0.0", "pegjs": "^0.10.0", "promise-queue": "^2.2.5", @@ -133,11 +133,11 @@ "snyk-resolve-deps": "4.7.3", "snyk-sbt-plugin": "2.11.4", "snyk-try-require": "^2.0.2", - "strip-ansi": "^5.2.0", + "strip-ansi": "^7.0.0", "tar": "^6.1.2", "tempy": "^1.0.1", "uuid": "^8.3.2", - "wrap-ansi": "^5.1.0", + "wrap-ansi": "^8.0.0", "yaml": "^1.10.2" }, "devDependencies": {