From 16038b73295ba95474d41d076921165ac64377b0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Sun, 9 Jun 2019 17:15:08 +0000 Subject: [PATCH] Update query-string requirement from ^4.2.3 to ^6.7.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.7.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..ffd518ce34c6 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.7.0", "react": "^15.3.1", "react-dom": "^15.3.1", "whatwg-fetch": "^1.0.0"