From 40ac9259eb62820c0410139cf9d615947fb428d1 Mon Sep 17 00:00:00 2001
From: snyk-test <snyk-test@snyk.io>
Date: Sun, 21 Jul 2019 08:02:40 +0000
Subject: [PATCH] chore: upgrade qs from 0.0.6 to 0.6.6

Snyk have raised this PR to upgrade qs from 0.0.6 to 0.6.6.

See this package in NPM:
https://www.npmjs.com/package/qs

See this project in Snyk:
https://app.snyk.io/org/auto-upgrade-pr/project/0a9018e5-b8f5-4dd0-a473-60c8111c249a?utm_source=github&utm_medium=upgrade-pr
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 mode change 100755 => 100644 package.json

diff --git a/package.json b/package.json
old mode 100755
new mode 100644
index 2fd7da2ed..f1f5a064f
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   },
   "dependencies": {
     "node-uuid": "1.4.0",
-    "qs": "0.0.6",
+    "qs": "0.6.6",
     "tap": "^5.8.0"
   }
 }