Skip to content

Commit 4d35625

Browse files
deps: update tar requirement from ^6.0.2 to ^6.1.11 (#71)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ddf797a commit 4d35625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"promise-inflight": "^1.0.1",
6363
"rimraf": "^3.0.2",
6464
"ssri": "^8.0.1",
65-
"tar": "^6.0.2",
65+
"tar": "^6.1.11",
6666
"unique-filename": "^1.1.1"
6767
},
6868
"devDependencies": {

0 commit comments

Comments
 (0)