Bump live-plugin-manager from 0.16.0 to 0.17.0 in /desktop (#3087)

Summary:
Bumps [live-plugin-manager](https://github.com/davideicardi/live-plugin-manager) from 0.16.0 to 0.17.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/davideicardi/live-plugin-manager/releases">live-plugin-manager's releases</a>.</em></p>
<blockquote>
<h2>v0.17.0</h2>
<h2>What's Changed</h2>
<ul>
<li>simplify and fix how global are defined inside the sandbox by <a href="https://github.com/davideicardi"><code>@​davideicardi</code></a> in <a href="https://github-redirect.dependabot.com/davideicardi/live-plugin-manager/pull/63">davideicardi/live-plugin-manager#63</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/davideicardi/live-plugin-manager/compare/v0.16.0...v0.17.0">https://github.com/davideicardi/live-plugin-manager/compare/v0.16.0...v0.17.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4acf7bbcb0"><code>4acf7bb</code></a> simplify and fix how global are defined inside the sandbox (<a href="https://github-redirect.dependabot.com/davideicardi/live-plugin-manager/issues/63">https://github.com/facebook/flipper/issues/63</a>)</li>
<li>See full diff in <a href="https://github.com/davideicardi/live-plugin-manager/compare/v0.16.0...v0.17.0">compare view</a></li>
</ul>
</details>
<br />

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

 ---

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

Reviewed By: lblasa

Differential Revision: D32674354

Pulled By: passy

fbshipit-source-id: e83925aea00e33a2e3cb81df70343c533a73c930
This commit is contained in:
dependabot[bot]
2021-11-26 10:25:18 -08:00
committed by Facebook GitHub Bot
parent 36f0a902f6
commit 182d1084de
2 changed files with 6 additions and 13 deletions

View File

@@ -15,7 +15,7 @@
"decompress-unzip": "^4.0.1", "decompress-unzip": "^4.0.1",
"expand-tilde": "^2.0.2", "expand-tilde": "^2.0.2",
"fs-extra": "^10.0.0", "fs-extra": "^10.0.0",
"live-plugin-manager": "^0.16.0", "live-plugin-manager": "^0.17.0",
"npm-api": "^1.0.1", "npm-api": "^1.0.1",
"p-filter": "^2.1.0", "p-filter": "^2.1.0",
"p-map": "^4.0.0", "p-map": "^4.0.0",

View File

@@ -2667,20 +2667,13 @@
dependencies: dependencies:
form-data "*" form-data "*"
"@types/fs-extra@^9.0.11", "@types/fs-extra@^9.0.13": "@types/fs-extra@^9.0.11", "@types/fs-extra@^9.0.12", "@types/fs-extra@^9.0.13":
version "9.0.13" version "9.0.13"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45" resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.13.tgz#7594fbae04fe7f1918ce8b3d213f74ff44ac1f45"
integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA== integrity sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==
dependencies: dependencies:
"@types/node" "*" "@types/node" "*"
"@types/fs-extra@^9.0.12":
version "9.0.12"
resolved "https://registry.yarnpkg.com/@types/fs-extra/-/fs-extra-9.0.12.tgz#9b8f27973df8a7a3920e8461517ebf8a7d4fdfaf"
integrity sha512-I+bsBr67CurCGnSenZZ7v94gd3tc3+Aj2taxMT4yu4ABLuOgOjeFxX3dokG24ztSRg5tnT00sL8BszO7gSMoIw==
dependencies:
"@types/node" "*"
"@types/glob@*", "@types/glob@^7.1.1": "@types/glob@*", "@types/glob@^7.1.1":
version "7.1.4" version "7.1.4"
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672" resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.4.tgz#ea59e21d2ee5c517914cb4bc8e4153b99e566672"
@@ -8997,10 +8990,10 @@ linkifyjs@^2.1.6:
resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-2.1.9.tgz#af06e45a2866ff06c4766582590d098a4d584702" resolved "https://registry.yarnpkg.com/linkifyjs/-/linkifyjs-2.1.9.tgz#af06e45a2866ff06c4766582590d098a4d584702"
integrity sha512-74ivurkK6WHvHFozVaGtQWV38FzBwSTGNmJolEgFp7QgR2bl6ArUWlvT4GcHKbPe1z3nWYi+VUdDZk16zDOVug== integrity sha512-74ivurkK6WHvHFozVaGtQWV38FzBwSTGNmJolEgFp7QgR2bl6ArUWlvT4GcHKbPe1z3nWYi+VUdDZk16zDOVug==
live-plugin-manager@^0.16.0: live-plugin-manager@^0.17.0:
version "0.16.0" version "0.17.0"
resolved "https://registry.yarnpkg.com/live-plugin-manager/-/live-plugin-manager-0.16.0.tgz#7cf11472065eda8159e72b98960bc29c609c63ce" resolved "https://registry.yarnpkg.com/live-plugin-manager/-/live-plugin-manager-0.17.0.tgz#c6ba93551ae1330784dd2bfdc5533a60f85ef5c4"
integrity sha512-5SBjoKFShEOmp+hi67ksbpM7KHyhY4T6VftNSLy6jjbykArCE1DWRPWfpTLG5u+L/m4l/x/CpVcFH1jzbHWkNA== integrity sha512-78exdZiCDDbXZKeEtezaB1/VygpBe8JfZ34XmablcTOkALVoomI7Dd1DPCdQKvMKc96g1EfhlR1GrejkBFUW6g==
dependencies: dependencies:
"@types/debug" "^4.1.7" "@types/debug" "^4.1.7"
"@types/fs-extra" "^9.0.12" "@types/fs-extra" "^9.0.12"