From ec31ea32182abc78be9623f62cfface134cf8d37 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 08:02:19 +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 2fd7da2e..f1f5a064 --- 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" } }