From cd5bc1086790141a2647432ea9ed61ceea1428be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2019 05:39:09 +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 e230536..f38fb14 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "Steffen Schuhmann", "license": "BSD-2-Clause", "dependencies": { - "restify": "~3.0.3", + "restify": "~8.1.0", "woch": "~0.1.0", "restify-oauth2": "~4.0.3", "underscore": "~1.8.3",