From 29a77c6ee7dfc584e72713a98d1db0db97a8fd6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Sep 2017 03:56:04 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/npm:debug:20170905 Latest report for hubdotcom/nuts: https://snyk.io/test/github/hubdotcom/nuts --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3d1af7f9..a4be8a1c 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "homepage": "https://github.com/GitbookIO/nuts", "license": "Apache-2.0", "dependencies": { - "analytics-node": "1.2.2", + "analytics-node": "2.0.1", "basic-auth": "1.0.3", - "body-parser": "1.12.3", + "body-parser": "1.18.2", "destroy": "1.0.3", "express": "^4.13.3", "express-useragent": "0.1.9",