From 4c1e279655b4d33c00410c8449990f55a4b5a441 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 2 Sep 2021 09:09:49 -0700
Subject: [PATCH] Bump tar from 6.1.6 to 6.1.11 in
/react-native/ReactNativeFlipperExample (#2762)
Summary:
Bumps [tar](https://github.com/npm/node-tar) from 6.1.6 to 6.1.11.
Commits
e573aee 6.1.11
edb8e9a fix: perf regression on hot string munging path
a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache
24b8bda fix(test): use posix path for testing path reservations
e5a223c fix(test): make unpack test pass on case-sensitive fs
188badd 6.1.10
23312ce drop dirCache for symlink on all platforms
4f1f4a2 6.1.9
875a37e fix: prevent path escape using drive-relative paths
b6162c7 fix: reserve paths properly for unicode, windows
- Additional commits viewable in compare view
[](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)
---
Dependabot commands and options
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).
Pull Request resolved: https://github.com/facebook/flipper/pull/2762
Reviewed By: lblasa
Differential Revision: D30727122
Pulled By: passy
fbshipit-source-id: 3d458874b3d7f2b81598b713031fb1e09d44e554
---
react-native/ReactNativeFlipperExample/yarn.lock | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/react-native/ReactNativeFlipperExample/yarn.lock b/react-native/ReactNativeFlipperExample/yarn.lock
index 1130eb4f6..e7115bcd2 100644
--- a/react-native/ReactNativeFlipperExample/yarn.lock
+++ b/react-native/ReactNativeFlipperExample/yarn.lock
@@ -5759,9 +5759,9 @@ symbol-tree@^3.2.4:
integrity sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==
tar@^6.0.5:
- version "6.1.6"
- resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.6.tgz#c23d797b0a1efe5d479b1490805c5443f3560c5d"
- integrity sha512-oaWyu5dQbHaYcyZCTfyPpC+VmI62/OM2RTUYavTk1MDr1cwW5Boi3baeYQKiZbY2uSQJGr+iMOzb/JFxLrft+g==
+ version "6.1.11"
+ resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.11.tgz#6760a38f003afa1b2ffd0ffe9e9abbd0eab3d621"
+ integrity sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==
dependencies:
chownr "^2.0.0"
fs-minipass "^2.0.0"