From eab3f1acdec3e30494df7650b3e83df79373faad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 16 Oct 2017 06:25:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:node-uuid:20160328 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:qs:20140806 - https://snyk.io/vuln/npm:qs:20140806-1 Latest report for snyk-test/shallow-goof: https://snyk.io/test/github/snyk-test/shallow-goof --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ec4aa08..25d47f70 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ "url": "https://github.com/Snyk/shallow-goof" }, "dependencies": { - "qs": "0.0.6", - "node-uuid": "1.4.0" + "qs": "6.0.4", + "node-uuid": "1.4.6" } }