From aa6b629cf1c6ca44f2584fd282c52e3f814e870a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2019 17:16:23 +0000 Subject: [PATCH] Update query-string requirement from ^4.2.3 to ^6.8.1 Updates the requirements on [query-string](https://github.com/sindresorhus/query-string) to permit the latest version. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v4.2.3...v6.8.1) 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 0083bc0e4d9a..2c8229202050 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "es6-promise": "^3.3.1", "object-path": "^0.11.2", "opencollective": "^1.0.3", - "query-string": "^4.2.3", + "query-string": "^6.8.1", "react": "^15.3.1", "react-dom": "^15.3.1", "whatwg-fetch": "^1.0.0"