From 5c2ba0a08a731146029c86a35ba27ddcf039f8b3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2019 17:24:13 +0000 Subject: [PATCH] Update query-string requirement from ^4.2.3 to ^6.8.0 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.0) 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..0e1b6c0071b8 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.0", "react": "^15.3.1", "react-dom": "^15.3.1", "whatwg-fetch": "^1.0.0"