From f100e6b25f66009c715fc411febfc8ef854aa6f6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Feb 2019 08:19:31 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mem:20180117 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ead750..c6a5e8b 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "flow-typed": "^2.5.1", "mocha": "^5.2.0", "npm-run-all": "^4.1.3", - "nyc": "^13.1.0", + "nyc": "^13.2.0", "projectz": "^1.4.0", "rimraf": "^2.6.2" },