From ccc3fc37ccb2cf766d7a92fb8a51c7dec795551e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Jul 2022 22:32:44 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 620a543..9daa090 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": "6.0.1", "open": "0.0.5", "snyk": "^1.17.1" },