From c705fd19399ec6064dcf92d8fa33ff536df81cfb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 6 Nov 2020 09:37:06 +1100 Subject: [PATCH] [MISC] (deps): Bump query-string from 6.13.6 to 6.13.7 in /web (#1428) Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.6 to 6.13.7. - [Release notes](https://github.com/sindresorhus/query-string/releases) - [Commits](https://github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package.json b/web/package.json index 1e1c21e2..b860e0b7 100644 --- a/web/package.json +++ b/web/package.json @@ -27,7 +27,7 @@ "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "qrcode.react": "^1.0.0", - "query-string": "^6.13.6", + "query-string": "^6.13.7", "react": "^16.14.0", "react-dom": "^16.14.0", "react-ga": "^3.2.0", diff --git a/web/yarn.lock b/web/yarn.lock index 1d4e05fb..7e3c23c6 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9755,10 +9755,10 @@ qs@~6.5.2: resolved "https://registry.yarnpkg.com/qs/-/qs-6.5.2.tgz#cb3ae806e8740444584ef154ce8ee98d403f3e36" integrity sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA== -query-string@*, query-string@^6.13.6: - version "6.13.6" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.6.tgz#e5ac7c74f2a5da43fbca0b883b4f0bafba439966" - integrity sha512-/WWZ7d9na6s2wMEGdVCVgKWE9Rt7nYyNIf7k8xmHXcesPMlEzicWo3lbYwHyA4wBktI2KrXxxZeACLbE84hvSQ== +query-string@*, query-string@^6.13.7: + version "6.13.7" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.7.tgz#af53802ff6ed56f3345f92d40a056f93681026ee" + integrity sha512-CsGs8ZYb39zu0WLkeOhe0NMePqgYdAuCqxOYKDR5LVCytDZYMGx3Bb+xypvQvPHVPijRXB0HZNFllCzHRe4gEA== dependencies: decode-uri-component "^0.2.0" split-on-first "^1.0.0"