From 6bc36ecbf4bd4320ec5e9fa5bc3a1b6e22f17cca Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 14 Jan 2021 05:04:11 +0000 Subject: [PATCH] [Security] Bump qs from 6.3.0 to 6.9.6 Bumps [qs](https://github.com/ljharb/qs) from 6.3.0 to 6.9.6. **This update includes a security fix.** - [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/v6.3.0...v6.9.6) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 532e057b..293c7b59 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "mime-types": "^2.1.13", "minimatch": "^3.0.3", "nodelib-mpe": "^0.0.6", - "qs": "6.3.0", + "qs": "6.9.6", "request-promise": "^4.1.1", "semver": "^5.3.0" },