Bump npm-packlist from 2.1.5 to 2.2.2 in /desktop (#2296)
Summary: Bumps [npm-packlist](https://github.com/npm/npm-packlist) from 2.1.5 to 2.2.2. <details> <summary>Commits</summary> <ul> <li><a href="9737dc1921"><code>9737dc1</code></a> 2.2.2</li> <li><a href="79b4a346c3"><code>79b4a34</code></a> Set locale in sort in executable</li> <li><a href="d00ba5c2ed"><code>d00ba5c</code></a> 2.2.1</li> <li><a href="36c76684e0"><code>36c7668</code></a> Avoid locale-dependent sorting issues</li> <li><a href="0a64e2df59"><code>0a64e2d</code></a> lint</li> <li><a href="0663d0419e"><code>0663d04</code></a> 2.2.0</li> <li><a href="2b29fc274b"><code>2b29fc2</code></a> Do not force include history, changelogs, notice</li> <li><a href="9d58723470"><code>9d58723</code></a> Add test to verify some other files always included</li> <li><a href="7acb1b3989"><code>7acb1b3</code></a> remove travis yaml file</li> <li><a href="7aedb57787"><code>7aedb57</code></a> fix: Add missing bin/index.js to files</li> <li>Additional commits viewable in <a href="https://github.com/npm/npm-packlist/compare/v2.1.5...v2.2.2">compare view</a></li> </ul> </details> <br /> [](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/2296 Reviewed By: passy Differential Revision: D28323854 Pulled By: cekkaewnumchai fbshipit-source-id: dcf25beec6fab42528b0b6674256dbf029b2848b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
674f71a426
commit
d12875b45d
@@ -15,7 +15,7 @@
|
||||
"metro": "^0.66.0",
|
||||
"metro-cache": "^0.65.2",
|
||||
"metro-minify-terser": "^0.66.0",
|
||||
"npm-packlist": "^2.1.5"
|
||||
"npm-packlist": "^2.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
|
||||
Reference in New Issue
Block a user