From 82e1e6804b58bf15d2daa0e0eb8c4aace461b612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 16:57:08 +0000 Subject: [PATCH] Bump qs from 4.0.0 to 6.9.4 Bumps [qs](https://github.com/ljharb/qs) from 4.0.0 to 6.9.4. - [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/v4.0.0...v6.9.4) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4bfbe3..c19da56 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ }, "dependencies": { "check-types": "~1.3.2", - "qs": "^4.0.0", + "qs": "^6.9.4", "request": "~2.44.0", "waitress": ">=0.0.2" },