From de0c02c037b3340d26e7911d5483daf2902b65cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2020 18:26:12 +0000 Subject: [PATCH] Bump qs from 2.3.3 to 6.9.3 Bumps [qs](https://github.com/ljharb/qs) from 2.3.3 to 6.9.3. - [Release notes](https://github.com/ljharb/qs/releases) - [Changelog](https://github.com/ljharb/qs/blob/master/CHANGELOG.md) - [Commits](https://github.com/ljharb/qs/compare/v2.3.3...v6.9.3) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12b4b08..fba1e73 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "request": "2.x.x", "vows": "0.8.x", - "qs": "~2.3.3" + "qs": "~6.9.3" }, "devDependencies": { "director": "~1.2.3",