From b9b162d9941c4f2007c295072e8ead2a1610c086 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 17 Mar 2020 07:58:20 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d5aa9918..6155dbdb 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "redis": "^2.6.2", "rotating-file-stream": "^1.0.5", "supervisor": ">= 0.5.x", - "yargs": "^4.8.1" + "yargs": "^13.1.0" }, "devDependencies": { "node-sass": "^3.10.0"