Skip to content

Commit 4c7ca12

Browse files
build(deps-dev): bump tar from 7.5.4 to 7.5.7 (#239)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.4 to 7.5.7. - [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.5.4...v7.5.7) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 198eb12 commit 4c7ca12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/node": "^22.15.3",
3939
"@types/tar": "^6.1.13",
4040
"ajv": "^8.17.1",
41-
"tar": "^7.5.4",
41+
"tar": "^7.5.7",
4242
"tsx": "^4.19.4",
4343
"vitest": "^3.1.2"
4444
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1428,10 +1428,10 @@ svgo@^3.3.2:
14281428
csso "^5.0.5"
14291429
picocolors "^1.0.0"
14301430

1431-
tar@^7.5.4:
1432-
version "7.5.4"
1433-
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.4.tgz#18b53b44f939a7e03ed874f1fafe17d29e306c81"
1434-
integrity sha512-AN04xbWGrSTDmVwlI4/GTlIIwMFk/XEv7uL8aa57zuvRy6s4hdBed+lVq2fAZ89XDa7Us3ANXcE3Tvqvja1kTA==
1431+
tar@^7.5.7:
1432+
version "7.5.7"
1433+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.7.tgz#adf99774008ba1c89819f15dbd6019c630539405"
1434+
integrity sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==
14351435
dependencies:
14361436
"@isaacs/fs-minipass" "^4.0.0"
14371437
chownr "^3.0.0"

0 commit comments

Comments
 (0)