From a53f01e545141244cbf878d1ae7f24baeba1f0e7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 7 Dec 2018 23:47:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:underscore.string:20170908 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87e95f6..e82d2e5 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "dependencies": { "expand-home-dir": "^0.0.3", "sqlite3": "^4.0.0", - "underscore.string": "^3.3.4" + "underscore.string": "^3.3.5" } }