From c43fc590ef369f49cab97aecaf9d1ee45a9dc367 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2017 03:56:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:superagent:20170807 Latest report for hubdotcom/nuts: https://snyk.io/test/github/hubdotcom/nuts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d1af7f9..48eae3bd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "homepage": "https://github.com/GitbookIO/nuts", "license": "Apache-2.0", "dependencies": { - "analytics-node": "1.2.2", + "analytics-node": "2.1.1", "basic-auth": "1.0.3", "body-parser": "1.12.3", "destroy": "1.0.3",