Skip to content

Commit 0b4124e

Browse files
Resolve high vulnerabilities by bumping artifacts-common package to v2.256.0 (#1282)
* Resolve high vulnerabilities by bumping artifacts-common package to v2.256.0 * Bump versions
1 parent 3b95d19 commit 0b4124e

File tree

8 files changed

+120
-85
lines changed

8 files changed

+120
-85
lines changed

Extensions/ExternalTfs/Src/Tasks/DownloadArtifactsTfsGit/package-lock.json

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

Extensions/ExternalTfs/Src/Tasks/DownloadArtifactsTfsGit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"@azure/msal-node": "^2.7.0",
66
"azure-devops-node-api": "14.1.0",
77
"azure-pipelines-task-lib": "^4.13.0",
8-
"azure-pipelines-tasks-artifacts-common": "2.230.0"
8+
"azure-pipelines-tasks-artifacts-common": "2.256.0"
99
}
1010
}

Extensions/ExternalTfs/Src/Tasks/DownloadArtifactsTfsGit/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"demands": [],
1414
"version": {
1515
"Major": 15,
16-
"Minor": 254,
16+
"Minor": 261,
1717
"Patch": 0
1818
},
1919
"minimumAgentVersion": "2.144.0",

Extensions/ExternalTfs/Src/Tasks/DownloadExternalBuildArtifacts/package-lock.json

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

Extensions/ExternalTfs/Src/Tasks/DownloadExternalBuildArtifacts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"artifact-engine": "^1.5.0",
77
"azure-devops-node-api": "14.1.0",
88
"azure-pipelines-task-lib": "^4.13.0",
9-
"azure-pipelines-tasks-artifacts-common": "2.230.0"
9+
"azure-pipelines-tasks-artifacts-common": "2.256.0"
1010
},
1111
"devDependencies": {
1212
"typescript": "^4.5"

Extensions/ExternalTfs/Src/Tasks/DownloadExternalBuildArtifacts/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "ms-vscs-rm",
99
"version": {
1010
"Major": 15,
11-
"Minor": 254,
11+
"Minor": 261,
1212
"Patch": 0
1313
},
1414
"demands": [],

Extensions/ExternalTfs/Src/Tasks/DownloadExternalBuildArtifacts/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "ms-vscs-rm",
1010
"version": {
1111
"Major": 15,
12-
"Minor": 254,
12+
"Minor": 261,
1313
"Patch": 0
1414
},
1515
"demands": [],

Extensions/ExternalTfs/Src/vss-extension.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifestVersion": 1.0,
33
"id": "vss-services-externaltfs",
4-
"version": "15.254.0",
4+
"version": "15.261.0",
55
"name": "TFS artifacts for Release Management",
66
"publisher": "ms-vscs-rm",
77
"description": "Deploy external TFS/ Azure DevOps artifacts using Release Management",
@@ -29,9 +29,9 @@
2929
"path": "images/screen3.png"
3030
}
3131
],
32-
"content": {
33-
"details": {
34-
"path": "readme.md"
32+
"content": {
33+
"details": {
34+
"path": "readme.md"
3535
},
3636
"license": {
3737
"path": "mp_terms.md"
@@ -67,7 +67,7 @@
6767
"branding": {
6868
"color": "#5C2D91",
6969
"theme": "dark"
70-
},
70+
},
7171
"contributions": [
7272
{
7373
"id": "externalTFSBuild-release-artifact-type",
@@ -242,7 +242,7 @@
242242
"properties": {
243243
"name": "Tasks/DownloadExternalBuildArtifacts"
244244
}
245-
},
245+
},
246246
{
247247
"id": "externalTFVC-release-artifact-type",
248248
"description": "External TFS Version Control",
@@ -386,7 +386,7 @@
386386
"source": "artifactItems"
387387
}
388388
}
389-
},
389+
},
390390
{
391391
"id": "externalTfvc-task",
392392
"type": "ms.vss-distributed-task.task",
@@ -396,7 +396,7 @@
396396
"properties": {
397397
"name": "Tasks/DownloadArtifactsTfsVersionControl"
398398
}
399-
},
399+
},
400400
{
401401
"id": "externalTfGit-release-artifact-type",
402402
"description": "External TFS Git",
@@ -574,7 +574,7 @@
574574
"properties": {
575575
"name": "Tasks/DownloadArtifactsTfsGit"
576576
}
577-
},
577+
},
578578
{
579579
"id": "externalTFSXamlBuild-release-artifact-type",
580580
"description": "External TFS XAML Build Artifact",

0 commit comments

Comments
 (0)