Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 5bc512f

Browse files
Bump tar from 6.1.0 to 6.2.1 (#80)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2090b52 commit 5bc512f

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
@@ -8103,6 +8103,11 @@ minipass@^3.0.0, minipass@^3.1.1:
81038103
dependencies:
81048104
yallist "^4.0.0"
81058105

8106+
minipass@^5.0.0:
8107+
version "5.0.0"
8108+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
8109+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
8110+
81068111
minizlib@^2.1.1:
81078112
version "2.1.2"
81088113
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -11365,13 +11370,13 @@ tapable@^1.0.0, tapable@^1.1.3:
1136511370
integrity sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==
1136611371

1136711372
tar@^6.0.2:
11368-
version "6.1.0"
11369-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.0.tgz#d1724e9bcc04b977b18d5c573b333a2207229a83"
11370-
integrity sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==
11373+
version "6.2.1"
11374+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
11375+
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
1137111376
dependencies:
1137211377
chownr "^2.0.0"
1137311378
fs-minipass "^2.0.0"
11374-
minipass "^3.0.0"
11379+
minipass "^5.0.0"
1137511380
minizlib "^2.1.1"
1137611381
mkdirp "^1.0.3"
1137711382
yallist "^4.0.0"

0 commit comments

Comments
 (0)