From e67756d55375452575a87731b031b1f631c72176 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Wed, 8 Jan 2020 10:09:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - http://localhost:8000/vuln/npm:qs:20140806 - http://localhost:8000/vuln/npm:qs:20140806-1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ec4aa08..1174f942 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/Snyk/shallow-goof" }, "dependencies": { - "qs": "0.0.6", + "qs": "1.0.0", "node-uuid": "1.4.0" } }