From ad6e8dc66ef1177331eb42b843b90608c48a331a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Dec 2021 23:56:16 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 296074952..e3ba3a8b3 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "mocha": "^5", "mock-stdin": "^0.3.0", "mustache": "^2.1.3", - "nyc": "^14.1.1", + "nyc": "^15.0.0", "prettier": "^1.19.1", "semver": "^5.0.1", "sinon": "^7.5.0",