From 6994377c25364ab26dcaaed8aba52fdb6ee4db1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2020 02:42:34 -0700 Subject: [PATCH] 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.
Release notes

Sourced from query-string's releases.

v6.13.1

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

v6.13.0

https://github.com/sindresorhus/query-string/compare/v6.12.1...v6.13.0

v6.12.1

https://github.com/sindresorhus/query-string/compare/v6.12.0...v6.12.1

Commits

[![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) ---
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/1347 Reviewed By: nikoant Differential Revision: D22432104 Pulled By: passy fbshipit-source-id: 5d20b9f1046fe7b4fb00c7f01994393d06c64162 --- 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 fbc6a5364..8139f3c83 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -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", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 30932fbe8..4edf707a2 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -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"