From bd0be0128a38188592b850960abc07607a9f674f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 03:42:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/ava/package.json b/node_modules/ava/package.json index 03146bb130..dff4951872 100644 --- a/node_modules/ava/package.json +++ b/node_modules/ava/package.json @@ -104,7 +104,7 @@ "source-map-support": "^0.5.19", "stack-utils": "^2.0.1", "strip-ansi": "^6.0.0", - "supertap": "^1.0.0", + "supertap": "^2.0.0", "temp-dir": "^2.0.0", "trim-off-newlines": "^1.0.1", "update-notifier": "^4.1.0",