From c26963de412b6b856ba5b9cf1c7367f8f193063d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 06:28:36 -0700 Subject: [PATCH] Bump query-string from 6.13.5 to 7.0.0 in /desktop (#2160) Summary: Bumps [query-string](https://github.com/sindresorhus/query-string) from 6.13.5 to 7.0.0.
Release notes

Sourced from query-string's releases.

v7.0.0

Breaking

Improvements

https://github.com/sindresorhus/query-string/compare/v6.14.1...v7.0.0

v6.14.1

https://github.com/sindresorhus/query-string/compare/v6.14.0...v6.14.1

v6.14.0

https://github.com/sindresorhus/query-string/compare/v6.13.8...v6.14.0

v6.13.8

https://github.com/sindresorhus/query-string/compare/v6.13.7...v6.13.8

v6.13.7

https://github.com/sindresorhus/query-string/compare/v6.13.6...v6.13.7

v6.13.6

https://github.com/sindresorhus/query-string/compare/v6.13.5...v6.13.6

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.5&new-version=7.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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/2160 Reviewed By: nikoant Differential Revision: D27589266 Pulled By: mweststrate fbshipit-source-id: efc5be91d19b8555a50b2bbb414ded6da10751b4 --- desktop/app/package.json | 2 +- desktop/yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/desktop/app/package.json b/desktop/app/package.json index eb14a2b7f..ce148196f 100644 --- a/desktop/app/package.json +++ b/desktop/app/package.json @@ -50,7 +50,7 @@ "promise-retry": "^2.0.1", "promisify-child-process": "^4.1.0", "prop-types": "^15.6.0", - "query-string": "^6.13.3", + "query-string": "^7.0.0", "react": "17.0.2", "react-async": "^10.0.0", "react-color": "^2.19.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index fe4189633..5b2427ba9 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -6682,6 +6682,11 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" +filter-obj@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/filter-obj/-/filter-obj-1.1.0.tgz#9b311112bc6c6127a16e016c6c5d7f19e0805c5b" + integrity sha1-mzERErxsYSehbgFsbF1/GeCAXFs= + finalhandler@1.1.2, finalhandler@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/finalhandler/-/finalhandler-1.1.2.tgz#b7e7d000ffd11938d0fdb053506f6ebabe9f587d" @@ -10917,12 +10922,13 @@ 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.3: - version "6.13.5" - resolved "https://registry.yarnpkg.com/query-string/-/query-string-6.13.5.tgz#99e95e2fb7021db90a6f373f990c0c814b3812d8" - integrity sha512-svk3xg9qHR39P3JlHuD7g3nRnyay5mHbrPctEBDUxUkHRifPHXJDhBUycdCC0NBjXoDf44Gb+IsOZL1Uwn8M/Q== +query-string@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/query-string/-/query-string-7.0.0.tgz#aaad2c8d5c6a6d0c6afada877fecbd56af79e609" + integrity sha512-Iy7moLybliR5ZgrK/1R3vjrXq03S13Vz4Rbm5Jg3EFq1LUmQppto0qtXz4vqZ386MSRjZgnTSZ9QC+NZOSd/XA== dependencies: decode-uri-component "^0.2.0" + filter-obj "^1.1.0" split-on-first "^1.0.0" strict-uri-encode "^2.0.0"