Skip to content

Commit 3f5f379

Browse files
build(deps): bump tar from 6.1.13 to 6.2.1 (#4022)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.13 to 6.2.1. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.13...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57184fb commit 3f5f379

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

yarn.lock

+9-18
Original file line numberDiff line numberDiff line change
@@ -6070,12 +6070,10 @@ minipass@^3.0.0, minipass@^3.1.1, minipass@^3.1.6:
60706070
dependencies:
60716071
yallist "^4.0.0"
60726072

6073-
minipass@^4.0.0:
6074-
version "4.0.0"
6075-
resolved "https://registry.npmjs.org/minipass/-/minipass-4.0.0.tgz"
6076-
integrity sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==
6077-
dependencies:
6078-
yallist "^4.0.0"
6073+
minipass@^5.0.0:
6074+
version "5.0.0"
6075+
resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
6076+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
60796077

60806078
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.0.4:
60816079
version "7.0.4"
@@ -7649,14 +7647,7 @@ string_decoder@^1.1.1, string_decoder@~1.1.1:
76497647
dependencies:
76507648
safe-buffer "~5.1.0"
76517649

7652-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7653-
version "6.0.1"
7654-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7655-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7656-
dependencies:
7657-
ansi-regex "^5.0.1"
7658-
7659-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7650+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
76607651
version "6.0.1"
76617652
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
76627653
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7779,13 +7770,13 @@ tar-stream@~2.2.0:
77797770
readable-stream "^3.1.1"
77807771

77817772
tar@^6.1.0, tar@^6.1.11, tar@^6.1.2:
7782-
version "6.1.13"
7783-
resolved "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz"
7784-
integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==
7773+
version "6.2.1"
7774+
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
7775+
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
77857776
dependencies:
77867777
chownr "^2.0.0"
77877778
fs-minipass "^2.0.0"
7788-
minipass "^4.0.0"
7779+
minipass "^5.0.0"
77897780
minizlib "^2.1.1"
77907781
mkdirp "^1.0.3"
77917782
yallist "^4.0.0"

0 commit comments

Comments
 (0)