Bump tar from 6.1.0 to 6.1.6 in /react-native/ReactNativeFlipperExample (#2663)
Summary: Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.6. <details> <summary>Commits</summary> <ul> <li><a href="9bc1729939"><code>9bc1729</code></a> 6.1.6</li> <li><a href="bdf4f51713"><code>bdf4f51</code></a> fix: properly prefix hard links</li> <li><a href="94b2a74011"><code>94b2a74</code></a> chore: remove benchmarks from git repo</li> <li><a href="ecaafb4777"><code>ecaafb4</code></a> update deps</li> <li><a href="bd4691c904"><code>bd4691c</code></a> 6.1.5</li> <li><a href="d694c4f810"><code>d694c4f</code></a> ci: test on node 16</li> <li><a href="84acbd3128"><code>84acbd3</code></a> fix(unpack): fix hang on large file on open() fail</li> <li><a href="97c46fcee7"><code>97c46fc</code></a> fix(unpack): always resume parsing after an entry error</li> <li><a href="488ab8c01d"><code>488ab8c</code></a> chore: WriteEntry cleaner write() handling</li> <li><a href="be89aafd95"><code>be89aaf</code></a> WriteEntry backpressure</li> <li>Additional commits viewable in <a href="https://github.com/npm/node-tar/compare/v6.1.0...v6.1.6">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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/facebook/flipper/network/alerts). </details> Pull Request resolved: https://github.com/facebook/flipper/pull/2663 Reviewed By: lblasa Differential Revision: D30131500 Pulled By: passy fbshipit-source-id: 0cd2145d6dd82feb63405e1fbbc72d3b0fa7fa7f
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cc4064ec9f
commit
4f9408c8af
@@ -5759,9 +5759,9 @@ symbol-tree@^3.2.4:
|
||||
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
|
||||
|
||||
tar@^6.0.5:
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83"
|
||||
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
|
||||
version "6.1.6"
|
||||
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.6.tgz#c23d797b0a1efe5d479b1490805c5443f3560c5d"
|
||||
integrity sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==
|
||||
dependencies:
|
||||
chownr "^2.0.0"
|
||||
fs-minipass "^2.0.0"
|
||||
|
||||
Reference in New Issue
Block a user