From 89d9c7b9ea54e6150f66a15fa58efb0014fcf02f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Dec 2020 00:08:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-Y18N-1021887 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 620a543..915b175 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "cross-spawn": "5.1.0", "npm": "latest", - "npm-check": "5.4.0", + "npm-check": "5.9.1", "open": "0.0.5", "snyk": "^1.17.1" },