Skip to content

Commit

Permalink
deps: update tar requirement from ^6.0.2 to ^6.1.11 (#71)
Browse files Browse the repository at this point in the history
Updates the requirements on [tar](https://github.com/npm/node-tar) to permit the latest version.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v6.0.2...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2022
1 parent ddf797a commit 4d35625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -62,7 +62,7 @@
"promise-inflight": "^1.0.1",
"rimraf": "^3.0.2",
"ssri": "^8.0.1",
"tar": "^6.0.2",
"tar": "^6.1.11",
"unique-filename": "^1.1.1"
},
"devDependencies": {
Expand Down

0 comments on commit 4d35625

Please sign in to comment.