From 9e77797cf57a67755020a2550c739a2b094bf04c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Fri, 7 Jun 2019 03:30:20 +0000 Subject: [PATCH] Update query-string requirement from ^4.2.3 to ^6.6.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.6.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..62f54f286630 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.6.0", "react": "^15.3.1", "react-dom": "^15.3.1", "whatwg-fetch": "^1.0.0"