Skip to content

Commit 3d2f87b

Browse files
authored
Fixed latest Vulnerabilities related to Babel/traverse (#19300)
* cg fix babel * added two more task * added jenkins
1 parent 1763e45 commit 3d2f87b

File tree

113 files changed

+21392
-286
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+21392
-286
lines changed

Tasks/AzureVmssDeploymentV0/package-lock.json

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

Tasks/AzureVmssDeploymentV0/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@types/node": "^16.11.39",
77
"@types/q": "1.0.7",
88
"agent-base": "^6.0.2",
9-
"artifact-engine": "^1.2.0",
9+
"artifact-engine": "^1.4.0",
1010
"azp-tasks-az-blobstorage-provider": "^2.219.1",
1111
"azure-pipelines-task-lib": "^4.4.0",
1212
"azure-pipelines-tasks-azure-arm-rest": "^3.226.0",

Tasks/AzureVmssDeploymentV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 0,
1717
"Minor": 231,
18-
"Patch": 0
18+
"Patch": 2
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.0.0",

Tasks/AzureVmssDeploymentV0/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"version": {
1616
"Major": 0,
1717
"Minor": 231,
18-
"Patch": 0
18+
"Patch": 2
1919
},
2020
"demands": [],
2121
"minimumAgentVersion": "2.0.0",

Tasks/DownloadBuildArtifactsV0/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 0,
1212
"Minor": 231,
13-
"Patch": 0
13+
"Patch": 2
1414
},
1515
"groups": [
1616
{

Tasks/DownloadBuildArtifactsV0/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": 0,
1212
"Minor": 231,
13-
"Patch": 0
13+
"Patch": 2
1414
},
1515
"groups": [
1616
{

Tasks/DownloadFileshareArtifactsV1/package-lock.json

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

Tasks/DownloadFileshareArtifactsV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@types/mocha": "^5.2.7",
2121
"@types/node": "^16.11.39",
2222
"@types/uuid": "^8.3.0",
23-
"artifact-engine": "^1.2.0",
23+
"artifact-engine": "^1.4.0",
2424
"azure-pipelines-task-lib": "^4.4.0"
2525
},
2626
"devDependencies": {

Tasks/DownloadFileshareArtifactsV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Microsoft Corporation",
1111
"version": {
1212
"Major": 1,
13-
"Minor": 227,
13+
"Minor": 231,
1414
"Patch": 0
1515
},
1616
"groups": [

Tasks/DownloadFileshareArtifactsV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Microsoft Corporation",
1111
"version": {
1212
"Major": 1,
13-
"Minor": 227,
13+
"Minor": 231,
1414
"Patch": 0
1515
},
1616
"groups": [

0 commit comments

Comments
 (0)