Skip to content

Commit 3395d6d

Browse files
authored
update the vulnerable tar-fs package in DownloadPackageV1 (#21446)
1 parent 63bcc2d commit 3395d6d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Tasks/DownloadPackageV1/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/DownloadPackageV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"azure-pipelines-tasks-packaging-common": "^3.246.1",
2727
"azure-pipelines-tasks-utility-common": "3.265.1",
2828
"decompress-zip": "0.3.3",
29-
"tar-fs": "3.1.0",
29+
"tar-fs": "3.1.1",
3030
"extract-zip": "2.0.1"
3131
},
3232
"devDependencies": {

Tasks/DownloadPackageV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 1,
1212
"Minor": 266,
13-
"Patch": 0
13+
"Patch": 1
1414
},
1515
"demands": [],
1616
"releaseNotes": "Adds support to download Maven, Python, Universal and Npm packages.",

Tasks/DownloadPackageV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 1,
1212
"Minor": 266,
13-
"Patch": 0
13+
"Patch": 1
1414
},
1515
"demands": [],
1616
"releaseNotes": "ms-resource:loc.releaseNotes",

0 commit comments

Comments
 (0)