From 7eea24fda8742c2b1a715bcc4519456c5808b42e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 04:49:31 +0000 Subject: [PATCH] Bump query-string from 6.9.0 to 6.10.1 Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.9.0 to 6.10.1. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v6.9.0...v6.10.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c26ca21..4b08a60 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "mobx": "^5.15.1", "mobx-react": "^6.1.4", "prop-types": "^15.6.2", - "query-string": "^6.9.0", + "query-string": "^6.10.1", "react": "^16.12.0", "react-dom": "^16.12.0", "react-select": "^3.0.4", diff --git a/yarn.lock b/yarn.lock index e19abf7..90f5525 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6091,10 +6091,10 @@ query-string@^4.1.0: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^6.9.0: - version "6.9.0" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.9.0.tgz#1c3b727c370cf00f177c99f328fda2108f8fa3dd" - integrity sha512-KG4bhCFYapExLsUHrFt+kQVEegF2agm4cpF/VNc6pZVthIfCc/GK8t8VyNIE3nyXG9DK3Tf2EGkxjR6/uRdYsA== +query-string@^6.10.1: + version "6.10.1" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.10.1.tgz#30b3505f6fca741d5ae541964d1b3ae9dc2a0de8" + integrity sha512-SHTUV6gDlgMXg/AQUuLpTiBtW/etZ9JT6k6RCtCyqADquApLX0Aq5oK/s5UeTUAWBG50IExjIr587GqfXRfM4A== dependencies: decode-uri-component "^0.2.0" split-on-first "^1.0.0"