From 24b9dfce179cd2631f82d90af8dfff9ecfd6f0d1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 5 Nov 2020 20:54:17 +0000 Subject: [PATCH] chore(deps-dev): bump query-string from 6.13.6 to 6.13.7 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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 60d0d96c83c..76ed577d596 100644 --- a/package.json +++ b/package.json @@ -147,7 +147,7 @@ "object-to-formdata": "^4.1.0", "paypal-checkout": "^4.0.318", "pre-commit": "^1.2.2", - "query-string": "^6.13.6", + "query-string": "^6.13.7", "qunit-dom": "^1.5.0", "sass": "^1.29.0", "semantic-ui-calendar": "^0.0.8", diff --git a/yarn.lock b/yarn.lock index 46bba2d9b82..f620cf5976e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13531,10 +13531,10 @@ query-string@^5.0.1: object-assign "^4.1.0" strict-uri-encode "^1.0.0" -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@^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"