From 4668bb7460d53caa8a53e09e8f2a5baf0bbd8727 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Dec 2021 19:23:42 +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 98db439..f42764b 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "concurrently": "4.1.0", "fastify": "1.13.1", "mocha": "5.2.0", - "nyc": "13.1.0", + "nyc": "15.0.0", "supertest": "3.3.0", "ts-node": "7.0.1", "typescript": "3.2.1"