Skip to content

Commit 52ac156

Browse files
chore(deps): bump tar from 7.4.3 to 7.5.2 (#3409)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.4.3 to 7.5.2. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.4.3...v7.5.2) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.2 dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: annabelle <[email protected]>
1 parent aedf304 commit 52ac156

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

yarn.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,6 +1179,13 @@ minimatch@^9.0.4:
11791179
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.2.tgz#93a9626ce5e5e66bd4db86849e7515e92340a707"
11801180
integrity sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==
11811181

1182+
minizlib@^3.1.0:
1183+
version "3.1.0"
1184+
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-3.1.0.tgz#6ad76c3a8f10227c9b51d1c9ac8e30b27f5a251c"
1185+
integrity sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==
1186+
dependencies:
1187+
minipass "^7.1.2"
1188+
11821189
nanoid@^3.3.11:
11831190
version "3.3.11"
11841191
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.11.tgz#4f4f112cefbe303202f2199838128936266d185b"
@@ -1502,6 +1509,17 @@ tapable@^2.2.0:
15021509
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.3.0.tgz#7e3ea6d5ca31ba8e078b560f0d83ce9a14aa8be6"
15031510
integrity sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg==
15041511

1512+
tar@^7.4.3:
1513+
version "7.5.2"
1514+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.2.tgz#115c061495ec51ff3c6745ff8f6d0871c5b1dedc"
1515+
integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==
1516+
dependencies:
1517+
"@isaacs/fs-minipass" "^4.0.0"
1518+
chownr "^3.0.0"
1519+
minipass "^7.1.2"
1520+
minizlib "^3.1.0"
1521+
yallist "^5.0.0"
1522+
15051523
thenby@^1.3.4:
15061524
version "1.3.4"
15071525
resolved "https://registry.yarnpkg.com/thenby/-/thenby-1.3.4.tgz#81581f6e1bb324c6dedeae9bfc28e59b1a2201cc"

0 commit comments

Comments
 (0)