From ff2ae26c137d672d6a4958d4bddd0532292637ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2020 15:53:10 +0000 Subject: [PATCH] Bump qs from 5.2.1 to 6.9.4 in /simple_api Bumps [qs](https://github.com/ljharb/qs) from 5.2.1 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/v5.2.1...v6.9.4) Signed-off-by: dependabot[bot] --- simple_api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple_api/package.json b/simple_api/package.json index e264fe2..fbb05e2 100644 --- a/simple_api/package.json +++ b/simple_api/package.json @@ -6,7 +6,7 @@ "body-parser": "^1.14.1", "core-js": "^0.9.6", "object-assign": "4.0.1", - "qs": "^5.2.0", + "qs": "^6.9.4", "express": "^4.13.3" }, "scripts": {