Skip to content

Commit 0e79c16

Browse files
build(deps-dev): bump tar from 7.5.7 to 7.5.8 (#259)
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.7 to 7.5.8. - [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.7...v7.5.8) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.8 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 85301c7 commit 0e79c16

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
@@ -43,7 +43,7 @@
4343
"@types/node": "^22.15.3",
4444
"@types/tar": "^6.1.13",
4545
"ajv": "^8.17.1",
46-
"tar": "^7.5.7",
46+
"tar": "^7.5.8",
4747
"tsx": "^4.19.4",
4848
"vitest": "^3.1.2"
4949
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3657,10 +3657,10 @@ tailwindcss@^3.4.0:
36573657
resolve "^1.22.8"
36583658
sucrase "^3.35.0"
36593659

3660-
tar@^7.5.7:
3661-
version "7.5.7"
3662-
resolved "https://registry.npmjs.org/tar/-/tar-7.5.7.tgz"
3663-
integrity sha512-fov56fJiRuThVFXD6o6/Q354S7pnWMJIVlDBYijsTNx6jKSE4pvrDTs6lUnmGvNyfJwFQQwWy3owKz1ucIhveQ==
3660+
tar@^7.5.8:
3661+
version "7.5.8"
3662+
resolved "https://registry.yarnpkg.com/tar/-/tar-7.5.8.tgz#6bbdfdb487914803d401bab6a2abb100aaa253d5"
3663+
integrity sha512-SYkBtK99u0yXa+IWL0JRzzcl7RxNpvX/U08Z+8DKnysfno7M+uExnTZH8K+VGgShf2qFPKtbNr9QBl8n7WBP6Q==
36643664
dependencies:
36653665
"@isaacs/fs-minipass" "^4.0.0"
36663666
chownr "^3.0.0"

0 commit comments

Comments
 (0)