From a4c4298396e7a45e415ceceaf8a33c5d27d7751d Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 4 Jun 2019 14:13:25 +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:20140806 - https://snyk.io/vuln/npm:qs:20140806-1 - https://snyk.io/vuln/npm:qs:20170213 --- 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" } }