From 4996cdf152b3bbb9ce422dc6316d94a77c96581d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 03:11:06 -0700 Subject: [PATCH] Bump @babel/runtime from 7.14.0 to 7.14.6 in /react-native/ReactNativeFlipperExample (#2466) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Bumps [babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) from 7.14.0 to 7.14.6.
Release notes

Sourced from @​babel/runtime's releases.

v7.14.5 (2021-06-09)

Thanks @​Eyoatam, @​lightmare, @​ota-meshi, and @​tony-go for your first PRs!

:eyeglasses: Spec Compliance

:bug: Bug Fix

:house: Internal

:running_woman: Performance

Committers: 9

v7.14.4 (2021-05-28)

Thanks @​alanorozco, @​devfservant, @​merceyz, @​mmorel-35 (and @​renovate-bot! :robot:), @​sokra, and @​wbinnssmith for your first PRs!

... (truncated)

Changelog

Sourced from @​babel/runtime's changelog.

v7.14.6 (2021-06-14)

:bug: Bug Fix

:house: Internal

:running_woman: Performance

v7.14.5 (2021-06-09)

:eyeglasses: Spec Compliance

:bug: Bug Fix

:house: Internal

:running_woman: Performance

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/runtime&package-manager=npm_and_yarn&previous-version=7.14.0&new-version=7.14.6)](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/2466 Reviewed By: muraziz Differential Revision: D29162189 Pulled By: mweststrate fbshipit-source-id: 080387d8c08c0077c84ef1b2c18bc08a2a8600b6 --- react-native/ReactNativeFlipperExample/package.json | 2 +- react-native/ReactNativeFlipperExample/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/react-native/ReactNativeFlipperExample/package.json b/react-native/ReactNativeFlipperExample/package.json index a5dd73784..09d723856 100644 --- a/react-native/ReactNativeFlipperExample/package.json +++ b/react-native/ReactNativeFlipperExample/package.json @@ -16,7 +16,7 @@ }, "devDependencies": { "@babel/core": "^7.14.5", - "@babel/runtime": "^7.14.0", + "@babel/runtime": "^7.14.6", "babel-jest": "^27.0.2", "jest": "^27.0.4", "metro-react-native-babel-preset": "^0.66.0", diff --git a/react-native/ReactNativeFlipperExample/yarn.lock b/react-native/ReactNativeFlipperExample/yarn.lock index 31694673d..8b79ce703 100644 --- a/react-native/ReactNativeFlipperExample/yarn.lock +++ b/react-native/ReactNativeFlipperExample/yarn.lock @@ -765,10 +765,10 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7.14.0", "@babel/runtime@^7.8.4": - version "7.14.0" - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.0.tgz#46794bc20b612c5f75e62dd071e24dfd95f1cbe6" - integrity sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA== +"@babel/runtime@^7.14.6", "@babel/runtime@^7.8.4": + version "7.14.6" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.6.tgz#535203bc0892efc7dec60bdc27b2ecf6e409062d" + integrity sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg== dependencies: regenerator-runtime "^0.13.4"