From 6bbb725a1b4b460593cf3b0ac12a96d4ebc2b505 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jun 2023 02:15:29 +0000 Subject: [PATCH] fix: upgrade qs from 0.0.6 to 0.6.6 Snyk has created 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/shawn-0lj/project/914eca55-062f-4a11-8522-c6d882ef66dc?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ec4aa088..aa334e7f0 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "url": "https://github.com/Snyk/shallow-goof" }, "dependencies": { - "qs": "0.0.6", + "qs": "0.6.6", "node-uuid": "1.4.0" } }