Bump envinfo from 7.7.4 to 7.8.1 in /desktop (#2236)

Summary:
Bumps [envinfo](https://github.com/tabrindle/envinfo) from 7.7.4 to 7.8.1.
<details>
<summary>Commits</summary>
<ul>
<li><a href="613d99dc7e"><code>613d99d</code></a> 7.8.0</li>
<li><a href="443ddb945a"><code>443ddb9</code></a> fix: default to empty string if distro is null (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/200">https://github.com/facebook/flipper/issues/200</a>)</li>
<li><a href="1dd1c15464"><code>1dd1c15</code></a> feat: update brave command line and add chromium (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/191">https://github.com/facebook/flipper/issues/191</a>)</li>
<li><a href="a8ae59c357"><code>a8ae59c</code></a> feat: add ninja (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/196">https://github.com/facebook/flipper/issues/196</a>)</li>
<li><a href="be2ce597b5"><code>be2ce59</code></a> fix: improve clang version detect (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/198">https://github.com/facebook/flipper/issues/198</a>)</li>
<li><a href="42d3ca7ee7"><code>42d3ca7</code></a> fix: improve clang version detect (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/198">https://github.com/facebook/flipper/issues/198</a>)</li>
<li><a href="76f2520048"><code>76f2520</code></a> switch to Node.js 10 as minimal in CircleCI (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/192">https://github.com/facebook/flipper/issues/192</a>)</li>
<li>See full diff in <a href="https://github.com/tabrindle/envinfo/compare/7.7.4...7.8.1">compare view</a></li>
</ul>
</details>
<br />

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

 ---

<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/2236

Reviewed By: passy

Differential Revision: D27999972

Pulled By: priteshrnandgaonkar

fbshipit-source-id: 5f808862a214cc7bf13a35f9f96a80d252b89880
This commit is contained in:
dependabot[bot]
2021-04-27 03:50:37 -07:00
committed by Facebook GitHub Bot
parent 1842674d00
commit 1cda8883af
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
"author": "Facebook, Inc",
"dependencies": {
"@types/node": "^14.14.41",
"envinfo": "^7.7.4",
"envinfo": "^7.8.1",
"fb-watchman": "^2.0.1"
}
}