Bump console-feed from 3.1.0 to 3.1.8 in /desktop (#1596)

Summary:
Bumps [console-feed](https://github.com/samdenty99/console-feed) from 3.1.0 to 3.1.8.
<details>
<summary>Commits</summary>
<ul>
<li><a href="637125cb86"><code>637125c</code></a> v3.1.8</li>
<li><a href="a393bad19c"><code>a393bad</code></a> Big performance improvement (<a href="https://github-redirect.dependabot.com/samdenty99/console-feed/issues/56">https://github.com/facebook/flipper/issues/56</a>)</li>
<li><a href="f32b62d72f"><code>f32b62d</code></a> fix: empty logs grouping (<a href="https://github-redirect.dependabot.com/samdenty99/console-feed/issues/60">https://github.com/facebook/flipper/issues/60</a>)</li>
<li><a href="07a720b795"><code>07a720b</code></a> v3.1.7</li>
<li><a href="3ba0e2facd"><code>3ba0e2f</code></a> feat: display caught errors on properties</li>
<li><a href="e447954462"><code>e447954</code></a> Fixing the regeneratorRuntime error and React.memo error (<a href="https://github-redirect.dependabot.com/samdenty99/console-feed/issues/54">https://github.com/facebook/flipper/issues/54</a>)</li>
<li><a href="2fca873a16"><code>2fca873</code></a> update README.md</li>
<li>See full diff in <a href="https://github.com/samdenty99/console-feed/compare/v3.1.0...v3.1.8">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=console-feed&package-manager=npm_and_yarn&previous-version=3.1.0&new-version=3.1.8)](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)

 ---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)

</details>

Pull Request resolved: https://github.com/facebook/flipper/pull/1596

Reviewed By: mweststrate

Differential Revision: D24275958

Pulled By: nikoant

fbshipit-source-id: 8e247a297e9cffc1c8158f1bc275fde252bbaacd
This commit is contained in:
dependabot[bot]
2020-10-13 08:01:08 -07:00
committed by Facebook GitHub Bot
parent 27a8c57a4e
commit 5488dcf358
2 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
"archiver": "^5.0.2",
"async-mutex": "^0.1.3",
"axios": "^0.20.0",
"console-feed": "^3.1.7",
"console-feed": "^3.1.8",
"deep-equal": "^2.0.1",
"emotion": "^10.0.23",
"expand-tilde": "^2.0.2",

View File

@@ -4431,10 +4431,10 @@ connect@^3.6.5:
parseurl "~1.3.3"
utils-merge "1.0.1"
console-feed@^3.1.7:
version "3.1.7"
resolved "https://registry.yarnpkg.com/console-feed/-/console-feed-3.1.7.tgz#0a6baed931e0faf497791dd7536f43fe68320d9c"
integrity sha512-a/lWpS9PBDEejClDqM8iOi+UCP/uC5Ki4ptP6uv3WYI4ZONB1M+u3ruBuDVEb9DDyARcQPtI6wUDwSxfaoWzpw==
console-feed@^3.1.8:
version "3.1.8"
resolved "https://registry.yarnpkg.com/console-feed/-/console-feed-3.1.8.tgz#774e5f208c447df0544f104a3e9dd2766b784811"
integrity sha512-v+jXEtH5JKcqXxT4C0dIoNv5mEO6qWISFwjsQjdpTgTtEuKbgww4ggJaq1W62U/AAY18CPpt9Kqprz52wnARVw==
dependencies:
"@emotion/core" "^10.0.10"
"@emotion/styled" "^10.0.12"