From 8d81bd16d39fd55d0f65a9e7e1216884bad908e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Dec 2020 18:38:04 -0800 Subject: [PATCH] Bump @babel/code-frame from 7.10.4 to 7.12.11 in /desktop (#1782) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [babel/code-frame](https://github.com/babel/babel/tree/HEAD/packages/babel-code-frame) from 7.10.4 to 7.12.11.
Release notes

Sourced from babel/code-frame's releases.

v7.12.11 (2020-12-16)

Thanks vitorveiga for your first PR!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:house: Internal

Committers: 5

v7.12.10 (2020-12-09)

Thanks AndrewSouthpaw for your first PR!

:eyeglasses: Spec Compliance

... (truncated)

Changelog

Sourced from babel/code-frame's changelog.

v7.12.11 (2020-12-16)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:house: Internal

v7.12.10 (2020-12-09)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:nail_care: Polish

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/code-frame&package-manager=npm_and_yarn&previous-version=7.10.4&new-version=7.12.11)](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/1782 Reviewed By: passy Differential Revision: D25664494 Pulled By: cekkaewnumchai fbshipit-source-id: a32bbb1594cbf09dd87de4ecfbf80865f6fe4479 --- 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 0a59aaac8..8c192ab52 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -111,7 +111,7 @@ "csstype": "^3.0.5" }, "devDependencies": { - "@babel/code-frame": "^7.10.4", + "@babel/code-frame": "^7.12.11", "@babel/eslint-parser": "^7.11.5", "@jest-runner/electron": "^3.0.0", "@testing-library/dom": "^7.26.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 26d9a1e73..b6befb445 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -205,10 +205,10 @@ lodash "^4.17.15" resize-observer-polyfill "^1.5.0" -"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4": - version "7.10.4" - resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a" - integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg== +"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.12.11": + version "7.12.11" + resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db935b8f10f2c552d23fb716a63f" + integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== dependencies: "@babel/highlight" "^7.10.4"