From 9828a1dfdde9c7c0678ea5bd1e3fe015a80d5106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:50:07 +0000 Subject: [PATCH] Bump qs from 0.5.0 to 6.9.4 Bumps [qs](https://github.com/ljharb/qs) from 0.5.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/commits/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 d0ea750..f40f64a 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "dependencies": { "express": "~2.5.9", "request": "2.9.202", - "qs": "0.5.0", + "qs": "6.9.4", "requirejs": "2.0.0", "less": "~1.3.0", "cradle": "0.6.3",