Skip to content

Commit

Permalink
build(deps-dev): bump tar from 6.2.0 to 6.2.1 (#453)
Browse files Browse the repository at this point in the history
Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 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.2.0...v6.2.1)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:development
  • Loading branch information
dependabot[bot] authored Apr 12, 2024
1 parent e561dd0 commit c800d3e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"proxy-from-env": "^1.1.0",
"semver": "^7.5.2",
"supports-color": "^9.0.0",
"tar": "^6.0.1",
"tar": "^6.2.1",
"ts-node": "^10.0.0",
"typescript": "^5.3.3",
"undici": "^6.6.1",
Expand Down
18 changes: 16 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ __metadata:
proxy-from-env: "npm:^1.1.0"
semver: "npm:^7.5.2"
supports-color: "npm:^9.0.0"
tar: "npm:^6.0.1"
tar: "npm:^6.2.1"
ts-node: "npm:^10.0.0"
typescript: "npm:^5.3.3"
undici: "npm:^6.6.1"
Expand Down Expand Up @@ -5750,7 +5750,7 @@ __metadata:
languageName: node
linkType: hard

"tar@npm:^6.0.1, tar@npm:^6.1.11, tar@npm:^6.1.2":
"tar@npm:^6.1.11, tar@npm:^6.1.2":
version: 6.2.0
resolution: "tar@npm:6.2.0"
dependencies:
Expand All @@ -5764,6 +5764,20 @@ __metadata:
languageName: node
linkType: hard

"tar@npm:^6.2.1":
version: 6.2.1
resolution: "tar@npm:6.2.1"
dependencies:
chownr: "npm:^2.0.0"
fs-minipass: "npm:^2.0.0"
minipass: "npm:^5.0.0"
minizlib: "npm:^2.1.1"
mkdirp: "npm:^1.0.3"
yallist: "npm:^4.0.0"
checksum: 10c0/a5eca3eb50bc11552d453488344e6507156b9193efd7635e98e867fab275d527af53d8866e2370cd09dfe74378a18111622ace35af6a608e5223a7d27fe99537
languageName: node
linkType: hard

"test-exclude@npm:^6.0.0":
version: 6.0.0
resolution: "test-exclude@npm:6.0.0"
Expand Down

0 comments on commit c800d3e

Please sign in to comment.