Skip to content

Commit d0835db

Browse files
chore(deps): bump tar from 6.1.0 to 6.2.1
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.0 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.0...v6.2.1) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d8ba87 commit d0835db

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -5077,6 +5077,11 @@ minipass@^3.0.0, minipass@^3.1.1:
50775077
dependencies:
50785078
yallist "^4.0.0"
50795079

5080+
minipass@^5.0.0:
5081+
version "5.0.0"
5082+
resolved "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
5083+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
5084+
50805085
minizlib@^2.1.1:
50815086
version "2.1.2"
50825087
resolved "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -7607,13 +7612,13 @@ tapable@^2.1.1, tapable@^2.2.0:
76077612
integrity sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==
76087613

76097614
tar@^6.0.2:
7610-
version "6.1.0"
7611-
resolved "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83"
7612-
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
7615+
version "6.2.1"
7616+
resolved "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
7617+
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
76137618
dependencies:
76147619
chownr "^2.0.0"
76157620
fs-minipass "^2.0.0"
7616-
minipass "^3.0.0"
7621+
minipass "^5.0.0"
76177622
minizlib "^2.1.1"
76187623
mkdirp "^1.0.3"
76197624
yallist "^4.0.0"

0 commit comments

Comments
 (0)