Bump query-string from 6.12.0 to 6.13.1 in /desktop (#1347)

Summary:
Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.12.0 to 6.13.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/sindresorhus/query-string/releases">query-string's releases</a>.</em></p>
<blockquote>
<h2>v6.13.1</h2>
<ul>
<li>Fix sorting existing query params in URL when <code>sort</code> option is false (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/265">https://github.com/facebook/flipper/issues/265</a>)  549d677</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.13.0...v6.13.1">https://github.com/sindresorhus/query-string/compare/v6.13.0...v6.13.1</a></p>
<h2>v6.13.0</h2>
<ul>
<li>Add support for <a href="https://github.com/sindresorhus/query-string#parsefragmentidentifier">parsing/stringifying fragment identifier</a> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/222">https://github.com/facebook/flipper/issues/222</a>)  ce06095</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.12.1...v6.13.0">https://github.com/sindresorhus/query-string/compare/v6.12.1...v6.13.0</a></p>
<h2>v6.12.1</h2>
<ul>
<li>Fix value being decoded twice with <code>arrayFormat</code> option set to <code>separator</code> (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/243">https://github.com/facebook/flipper/issues/243</a>)  3b4c295</li>
</ul>
<p><a href="https://github.com/sindresorhus/query-string/compare/v6.12.0...v6.12.1">https://github.com/sindresorhus/query-string/compare/v6.12.0...v6.12.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="f38dab590a"><code>f38dab5</code></a> 6.13.1</li>
<li><a href="549d6777e4"><code>549d677</code></a> Fix sorting existing query params in URL when <code>sort</code> option is false (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/265">https://github.com/facebook/flipper/issues/265</a>)</li>
<li><a href="d3da28bedb"><code>d3da28b</code></a> 6.13.0</li>
<li><a href="ce0609566f"><code>ce06095</code></a> Add support for parsing/stringifying fragment identifier (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/222">https://github.com/facebook/flipper/issues/222</a>)</li>
<li><a href="1ad8bbd5a2"><code>1ad8bbd</code></a> Meta tweaks</li>
<li><a href="8ee6dbf8df"><code>8ee6dbf</code></a> Meta tweaks</li>
<li><a href="5d19c56970"><code>5d19c56</code></a> Add benchmarks (<a href="https://github-redirect.dependabot.com/sindresorhus/query-string/issues/254">https://github.com/facebook/flipper/issues/254</a>)</li>
<li><a href="1e70bf30ba"><code>1e70bf3</code></a> Add size badge</li>
<li><a href="3cd5d4d1cc"><code>3cd5d4d</code></a> 6.12.1</li>
<li><a href="3b4c2959c0"><code>3b4c295</code></a> Fix value being decoded twice with <code>arrayFormat</code> option set to <code>separator</code> (#...</li>
<li>See full diff in <a href="https://github.com/sindresorhus/query-string/compare/v6.12.0...v6.13.1">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=query-string&package-manager=npm_and_yarn&previous-version=6.12.0&new-version=6.13.1)](https://help.github.com/articles/configuring-automated-security-fixes)

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)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1347

Reviewed By: nikoant

Differential Revision: D22432104

Pulled By: passy

fbshipit-source-id: 5d20b9f1046fe7b4fb00c7f01994393d06c64162
This commit is contained in:
dependabot[bot]
2020-07-10 02:42:34 -07:00
committed by Facebook GitHub Bot
parent 7abe4c8f6c
commit 6994377c25
2 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
"promise-retry": "^1.1.1",
"promisify-child-process": "^4.1.0",
"prop-types": "^15.6.0",
"query-string": "^6.10.1",
"query-string": "^6.13.1",
"react": "16.13.0",
"react-async": "^10.0.0",
"react-color": "^2.18.1",

View File

@@ -9951,10 +9951,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.10.1:
version "6.12.0"
resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.12.0.tgz#fa0fe5b3ddf4d040d1236b80672949ab33d5cf80"
integrity sha512-aoiFW9ZU7jP8Itjqfpw80Qe7RoyCIhFrW522sdsp9LG92pat6CCG3d8qNZBaUi71FsEjIfLjx9Ky347FtVoqXA==
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==
dependencies:
decode-uri-component "^0.2.0"
split-on-first "^1.0.0"