Bump envinfo from 7.4.0 to 7.5.1 in /desktop (#1323)

Summary:
Bumps [envinfo](https://github.com/tabrindle/envinfo) from 7.4.0 to 7.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tabrindle/envinfo/releases">envinfo's releases</a>.</em></p>
<blockquote>
<h2>7.5.1</h2>
<ul>
<li>add support for edge on macOS</li>
<li>add support for erlang</li>
<li>fix package paths on windows</li>
<li>fix crash on alpine linux</li>
<li>fix --npmGlobalPackages on windows</li>
<li>fix home directory replacement with ~</li>
<li>fix rust version</li>
<li>update example in docs</li>
<li>remove unnecessary fs calls</li>
<li>add unit tests</li>
<li>add alpine to e2e tests</li>
<li>add node 12 + 13 to e2e tests</li>
</ul>
<p>Thanks to these contributors for this release:</p>
<ul>
<li><a href="https://github.com/ryhinchey">ryhinchey</a></li>
<li><a href="https://github.com/gengjiawen">gengjiawen</a></li>
</ul>
<h2>7.5.0</h2>
<p>No release notes provided.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3ba596740e"><code>3ba5967</code></a> chore: adding more utils tests (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/164">https://github.com/facebook/flipper/issues/164</a>)</li>
<li><a href="d5441fd709"><code>d5441fd</code></a> Parse package path windows support (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/161">https://github.com/facebook/flipper/issues/161</a>)</li>
<li><a href="6b5c7f6c7b"><code>6b5c7f6</code></a> replace process.env.HOME with os.homedir() (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/152">https://github.com/facebook/flipper/issues/152</a>)</li>
<li><a href="26c5e528ac"><code>26c5e52</code></a> lockfile updated after running yarn (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/162">https://github.com/facebook/flipper/issues/162</a>)</li>
<li><a href="6b51535f66"><code>6b51535</code></a> add alpine to CI (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/159">https://github.com/facebook/flipper/issues/159</a>)</li>
<li><a href="9622054f87"><code>9622054</code></a> fix --npmGlobalPackages on windows (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/144">https://github.com/facebook/flipper/issues/144</a>)</li>
<li><a href="cc2f27003d"><code>cc2f270</code></a> fixing hang in alpine linux and adding test (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/147">https://github.com/facebook/flipper/issues/147</a>)</li>
<li><a href="80df989d7e"><code>80df989</code></a> add edge support on macos (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/148">https://github.com/facebook/flipper/issues/148</a>)</li>
<li><a href="00355861cc"><code>0035586</code></a> docs: update programmatic example (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/146">https://github.com/facebook/flipper/issues/146</a>)</li>
<li><a href="9b761a9b8d"><code>9b761a9</code></a> updating travis config for node 12 and 13 (<a href="https://github-redirect.dependabot.com/tabrindle/envinfo/issues/150">https://github.com/facebook/flipper/issues/150</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tabrindle/envinfo/compare/7.4.0...7.5.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.4.0&new-version=7.5.1)](https://help.github.com/articles/configuring-automated-security-fixes)

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

Reviewed By: nikoant

Differential Revision: D22389104

Pulled By: passy

fbshipit-source-id: 93716bf373ed55692ceacde2f8d679022b8a2f33
This commit is contained in:
dependabot[bot]
2020-07-06 05:16:49 -07:00
committed by Facebook GitHub Bot
parent 97e0c8b442
commit 3cffaaa9b7
2 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@
"author": "Facebook, Inc",
"dependencies": {
"@types/node": "^13.11.0",
"envinfo": "^7.4.0",
"envinfo": "^7.5.1",
"fb-watchman": "^2.0.1"
}
}