From e05a1a9637b8753ffd55aed6a7f614b50ef9167b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Oct 2020 04:20:42 -0700 Subject: [PATCH] Bump @babel/eslint-parser from 7.11.0 to 7.11.5 in /desktop (#1556) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.11.0 to 7.11.5.
Release notes

Sourced from babel/eslint-parser's releases.

v7.11.5 (2020-08-31)

Thanks giovannicalo, johanholmerin, uhyo for their first PRs!

:bug: Bug Fix

:nail_care: Polish

:house: Internal

Committers: 6

v7.11.4 (2020-08-20)

Thanks Monchi for their first PR to Babel!

:bug: Bug Fix

... (truncated)

Changelog

Sourced from babel/eslint-parser's changelog.

v7.11.5 (2020-08-31)

:bug: Bug Fix

:nail_care: Polish

:house: Internal

v7.11.4 (2020-08-20)

:bug: Bug Fix

:house: Internal

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/eslint-parser&package-manager=npm_and_yarn&previous-version=7.11.0&new-version=7.11.5)](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/1556 Reviewed By: cekkaewnumchai Differential Revision: D24112930 Pulled By: mweststrate fbshipit-source-id: 54c56ce714445f336b5d36970cfb52b5c8027da1 --- desktop/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/package.json b/desktop/package.json index 5d132ec6c..a9d610f9e 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -111,7 +111,7 @@ }, "devDependencies": { "@babel/code-frame": "^7.10.4", - "@babel/eslint-parser": "^7.11.0", + "@babel/eslint-parser": "^7.11.5", "@jest-runner/electron": "^3.0.0", "@testing-library/dom": "^7.20.2", "@testing-library/react": "^10.4.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 05bb4da66..deba622ae 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -201,10 +201,10 @@ semver "^5.4.1" source-map "^0.5.0" -"@babel/eslint-parser@^7.11.0": - version "7.11.0" - resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.11.0.tgz#b123924edd44508782c030066c926f1b807151cd" - integrity sha512-dJDM2Pc01D9TwKL3Mmz2xgVF9X953RBHq9H4gywbN1q8MrfvXmNHfsCt06vvByBVQqm+9WxMs+doEH/R09TwWQ== +"@babel/eslint-parser@^7.11.5": + version "7.11.5" + resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.11.5.tgz#398192b8d1cd3678efb709f5ab09d9aa2a2218fd" + integrity sha512-DZ3maD3ciwRg1pOzEpJ1outlV1DA/A8XHDQoyL69fC3RIJMlMq1UPudgfRkW0YFqmQPR6OPvu8chaT7Yq2Mm8A== dependencies: eslint-scope "5.1.0" eslint-visitor-keys "^1.3.0"