From 9711abf4dd739d93b28625d2a359e596dfff80ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 01:12:30 +0000 Subject: [PATCH] Bump query-string from 6.13.1 to 6.13.4 Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.1 to 6.13.4. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v6.13.1...v6.13.4) 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 9caad56..5ce3624 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "mobx": "^5.15.4", "mobx-react": "^6.2.2", "prop-types": "^15.6.2", - "query-string": "^6.12.1", + "query-string": "^6.13.4", "react": "^16.13.1", "react-dom": "^16.13.1", "react-select": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 0d6a270..abfdefb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6542,10 +6542,10 @@ query-string@^4.1.0: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -query-string@^6.12.1: - version "6.13.1" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.1.tgz#d913ccfce3b4b3a713989fe6d39466d92e71ccad" - integrity sha512-RfoButmcK+yCta1+FuU8REvisx1oEzhMKwhLUNcepQTPGcNMp1sIqjnfCtfnvGSQZQEhaBHvccujtWoUV3TTbA== +query-string@^6.13.4: + version "6.13.4" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.4.tgz#b35a9a3bd4955bce55f94feb0e819b3d0be6f66f" + integrity sha512-E2NPIeJoBEJGQNy3ib1k/Z/OkDBUKIo8IV2ZVwbKfoa65IS9unqWWUlLcbfU70Da0qNoxUZZA8CfKUjKLE641Q== dependencies: decode-uri-component "^0.2.0" split-on-first "^1.0.0"