From e5a8ba3ea9d0134276282b47ad9eb1c65eff3cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 03:29:11 -0800 Subject: [PATCH] Bump console-feed from 3.2.2 to 3.3.0 in /desktop (#3504) Summary: Bumps [console-feed](https://github.com/samdenty99/console-feed) from 3.2.2 to 3.3.0.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=console-feed&package-manager=npm_and_yarn&previous-version=3.2.2&new-version=3.3.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/3504 Reviewed By: lblasa Differential Revision: D34718814 Pulled By: passy fbshipit-source-id: 248418bf460abbd4849d09c946fd8d6deccdc54b --- desktop/flipper-ui-core/package.json | 2 +- desktop/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desktop/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json index 57a3d8e28..97f552bfc 100644 --- a/desktop/flipper-ui-core/package.json +++ b/desktop/flipper-ui-core/package.json @@ -17,7 +17,7 @@ "@tanishiking/aho-corasick": "^0.0.1", "antd": "4.18.5", "cbuffer": "^2.2.0", - "console-feed": "^3.2.2", + "console-feed": "^3.3.0", "deep-equal": "^2.0.5", "eventemitter3": "^4.0.7", "flipper-client-sdk": "^0.0.3", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index e04cbf7be..eb3c667bc 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -4835,10 +4835,10 @@ connect@^3.6.5: parseurl "~1.3.3" utils-merge "1.0.1" -console-feed@^3.2.2: - version "3.2.2" - resolved "https://registry.yarnpkg.com/console-feed/-/console-feed-3.2.2.tgz#fc19a9ba5eedea2985b4add45f7be2a1d0536fe6" - integrity sha512-/DxoNG48E+eIMhD9/lBftpJoFQI1e5TOXCwmwG9VIMXAVJPDyGRoY844eClkZBC4b4Ae24ndua6ui/E0jfrH9Q== +console-feed@^3.3.0: + version "3.3.0" + resolved "https://registry.yarnpkg.com/console-feed/-/console-feed-3.3.0.tgz#83669d512676b67662f297dfc21eef15bac59fea" + integrity sha512-GS0EtpiLyAZGEYBtTih+uI3s3NDmOsfkgpNGhr7UWeM5BzDT+dKgit2nEMFwDb2w7NaT95774/cwAztA1BxrHQ== dependencies: "@emotion/core" "^10.0.10" "@emotion/styled" "^10.0.12"