Skip to content

Commit 13d498f

Browse files
chore(deps): bump tar from 6.1.10 to 6.2.1 (#1150)
Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.10 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.10...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 951e044 commit 13d498f

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
@@ -7402,6 +7402,11 @@ minipass@^3.0.0:
74027402
dependencies:
74037403
yallist "^4.0.0"
74047404

7405+
minipass@^5.0.0:
7406+
version "5.0.0"
7407+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
7408+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
7409+
74057410
minizlib@^2.1.1:
74067411
version "2.1.2"
74077412
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
@@ -10545,13 +10550,13 @@ tapable@^2.2.0:
1054510550
integrity sha512-FBk4IesMV1rBxX2tfiK8RAmogtWn53puLOQlvO8XuwlgxcYbP4mVPS9Ph4aeamSyyVjOl24aYWAuc8U5kCVwMw==
1054610551

1054710552
tar@^6.1.0:
10548-
version "6.1.10"
10549-
resolved "https://registry.yarnpkg.com/tar/-/tar-6.1.10.tgz#8a320a74475fba54398fa136cd9883aa8ad11175"
10550-
integrity sha512-kvvfiVvjGMxeUNB6MyYv5z7vhfFRwbwCXJAeL0/lnbrttBVqcMOnpHUf0X42LrPMR8mMpgapkJMchFH4FSHzNA==
10553+
version "6.2.1"
10554+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
10555+
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
1055110556
dependencies:
1055210557
chownr "^2.0.0"
1055310558
fs-minipass "^2.0.0"
10554-
minipass "^3.0.0"
10559+
minipass "^5.0.0"
1055510560
minizlib "^2.1.1"
1055610561
mkdirp "^1.0.3"
1055710562
yallist "^4.0.0"

0 commit comments

Comments
 (0)