From 57fe321009e904cddb1d913a9afeabff52133cba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 04:04:07 -0700 Subject: [PATCH] Bump query-string from 6.13.1 to 6.13.3 in /desktop (#1554) Summary: Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.1 to 6.13.3.
Release notes

Sourced from query-string's releases.

v6.13.3

https://github.com/sindresorhus/query-string/compare/v6.13.2...v6.13.3

v6.13.2

https://github.com/sindresorhus/query-string/compare/v6.13.1...v6.13.2

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=query-string&package-manager=npm_and_yarn&previous-version=6.13.1&new-version=6.13.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `dependabot rebase` will rebase this PR - `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `dependabot merge` will merge this PR after your CI passes on it - `dependabot squash and merge` will squash and merge this PR after your CI passes on it - `dependabot cancel merge` will cancel a previously requested merge and block automerging - `dependabot reopen` will reopen this PR if it is closed - `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/1554 Reviewed By: cekkaewnumchai Differential Revision: D24112939 Pulled By: mweststrate fbshipit-source-id: 466b391e021369cd5b1e9180e1fd967baef16bca --- desktop/app/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index 45703d22a..4b91c6a82 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -43,7 +43,7 @@ "promise-retry": "^1.1.1", "promisify-child-process": "^4.1.0", "prop-types": "^15.6.0", - "query-string": "^6.13.1", + "query-string": "^6.13.3", "react": "16.13.0", "react-async": "^10.0.0", "react-color": "^2.18.1", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index af2dedcd0..f37292b5b 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -10165,10 +10165,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@^6.13.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.3: + version "6.13.3" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.3.tgz#57d1c20e828b0e562d66b7f71a4998bd57f84112" + integrity sha512-dldo2oHe3sg03iPshlHw/64nkaRUJKdS0FW85kmWQkmCkqUbNdNdgkgtAufJcEpjzrx6Q9EW9Y3xqx/rM9pGhw== dependencies: decode-uri-component "^0.2.0" split-on-first "^1.0.0"