Skip to content

Commit 4b33c35

Browse files
build(deps): bump tar from 6.1.13 to 6.2.1 in /example (#44)
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 f9100e3 commit 4b33c35

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

example/yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6532,10 +6532,10 @@ minipass@^3.0.0, minipass@^3.1.1:
65326532
dependencies:
65336533
yallist "^4.0.0"
65346534

6535-
minipass@^4.0.0:
6536-
version "4.2.5"
6537-
resolved "https://registry.npmjs.org/minipass/-/minipass-4.2.5.tgz"
6538-
integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==
6535+
minipass@^5.0.0:
6536+
version "5.0.0"
6537+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
6538+
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
65396539

65406540
minizlib@^2.1.1:
65416541
version "2.1.2"
@@ -8617,13 +8617,13 @@ tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
86178617
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
86188618

86198619
tar@^6.0.2, tar@^6.0.5:
8620-
version "6.1.13"
8621-
resolved "https://registry.npmjs.org/tar/-/tar-6.1.13.tgz"
8622-
integrity sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==
8620+
version "6.2.1"
8621+
resolved "https://registry.yarnpkg.com/tar/-/tar-6.2.1.tgz#717549c541bc3c2af15751bea94b1dd068d4b03a"
8622+
integrity sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==
86238623
dependencies:
86248624
chownr "^2.0.0"
86258625
fs-minipass "^2.0.0"
8626-
minipass "^4.0.0"
8626+
minipass "^5.0.0"
86278627
minizlib "^2.1.1"
86288628
mkdirp "^1.0.3"
86298629
yallist "^4.0.0"

0 commit comments

Comments
 (0)