From 100f2fa774f8504d2edee513a361c9386a5488eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 19:00:17 -0700 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a06b3c0..4938dc8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-config-oclif": "^1.5.1", "globby": "^8.0.2", "mocha": "^5.2.0", - "nyc": "^13.3.0" + "nyc": "^15.0.0" }, "engines": { "node": ">=8.10.0"