Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cve fixes #20486

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
560 changes: 397 additions & 163 deletions Tasks/AzureVmssDeploymentV0/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"artifact-engine": "^1.4.0",
"azp-tasks-az-blobstorage-provider": "^3.232.2",
"artifact-engine": "^1.5.5",
"azp-tasks-az-blobstorage-provider": "^3.246.3",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"azure-pipelines-tasks-utility-common": "^3.0.0-preview.0",
Expand Down
1,020 changes: 556 additions & 464 deletions Tasks/AzureVmssDeploymentV0/package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Tasks/AzureVmssDeploymentV0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@types/node": "^16.11.39",
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"artifact-engine": "^1.4.0",
"azp-tasks-az-blobstorage-provider": "^3.232.2",
"artifact-engine": "^1.5.5",
"azp-tasks-az-blobstorage-provider": "^3.246.3",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"azure-pipelines-tasks-utility-common": "^3.0.0-preview.0",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureVmssDeploymentV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 245,
"Patch": 2
"Minor": 247,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.209.0",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureVmssDeploymentV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 245,
"Patch": 2
"Minor": 247,
"Patch": 0
},
"demands": [],
"minimumAgentVersion": "2.209.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"artifact-engine": "^1.4.0",
"azp-tasks-az-blobstorage-provider": "^3.245.2",
"artifact-engine": "^1.5.5",
"azp-tasks-az-blobstorage-provider": "^3.246.3",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"azure-pipelines-tasks-utility-common": "^3.0.0-preview.0",
Expand Down
38 changes: 13 additions & 25 deletions Tasks/AzureVmssDeploymentV1/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Tasks/AzureVmssDeploymentV1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@types/node": "^16.11.39",
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"artifact-engine": "^1.4.0",
"azp-tasks-az-blobstorage-provider": "^3.245.2",
"artifact-engine": "^1.5.5",
"azp-tasks-az-blobstorage-provider": "^3.246.3",
"azure-pipelines-task-lib": "^4.11.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.242.2",
"azure-pipelines-tasks-utility-common": "^3.0.0-preview.0",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureVmssDeploymentV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 246,
"Minor": 247,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureVmssDeploymentV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 246,
"Minor": 247,
"Patch": 0
},
"demands": [],
Expand Down
2 changes: 1 addition & 1 deletion Tasks/DownloadBuildArtifactsV0/Tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^20.3.1",
"artifact-engine": "^1.5.3",
"artifact-engine": "^1.5.5",
"azure-devops-node-api": "^10.2.2",
"azure-pipelines-task-lib": "^4.13.0",
"decompress-zip": "0.3.3",
Expand Down
Loading