From 78bf5f18c779a611317545027546e42885becafe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Sep 2021 23:51:37 +0000 Subject: [PATCH] fix: node_modules/ava/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 --- node_modules/ava/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node_modules/ava/package.json b/node_modules/ava/package.json index 03146bb130..940420d428 100644 --- a/node_modules/ava/package.json +++ b/node_modules/ava/package.json @@ -69,7 +69,7 @@ "ci-parallel-vars": "^1.0.0", "clean-yaml-object": "^0.1.0", "cli-cursor": "^3.1.0", - "cli-truncate": "^2.1.0", + "cli-truncate": "^3.0.0", "code-excerpt": "^2.1.1", "common-path-prefix": "^3.0.0", "concordance": "^4.0.0", @@ -92,7 +92,7 @@ "md5-hex": "^3.0.1", "mem": "^6.1.0", "ms": "^2.1.2", - "ora": "^4.0.4", + "ora": "^6.0.0", "p-map": "^4.0.0", "picomatch": "^2.2.2", "pkg-conf": "^3.1.0", @@ -103,7 +103,7 @@ "slash": "^3.0.0", "source-map-support": "^0.5.19", "stack-utils": "^2.0.1", - "strip-ansi": "^6.0.0", + "strip-ansi": "^7.0.0", "supertap": "^1.0.0", "temp-dir": "^2.0.0", "trim-off-newlines": "^1.0.1",