From 1c9d12708404c3659e3291b7b35d81a9d026891c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2019 00:01:59 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-CSVPARSE-467403 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e8f2c8..d009a4d 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,6 @@ "dependencies": { "cheerio": "~0.22.0", "jdenticon": "^1.4.0", - "restify": "^4.1.1" + "restify": "^8.1.0" } }