Skip to content

Commit d79982a

Browse files
authored
CG bug fixes related to "follow-redirects: Batch 2 (#19503)
* npm audit fix * cg fix for AzureRmWebAppDeploymentV4
1 parent 8e642e5 commit d79982a

File tree

316 files changed

+34396
-2803
lines changed

Some content is hidden

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

316 files changed

+34396
-2803
lines changed

Tasks/AzureRmWebAppDeploymentV4/_buildConfigs/Node20/package-lock.json

+69-169
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureRmWebAppDeploymentV4/_buildConfigs/Node20/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
"@types/mocha": "^5.2.7",
2121
"@types/node": "^20.3.1",
2222
"@types/q": "1.0.7",
23-
"azure-pipelines-task-lib": "^3.4.0",
24-
"azure-pipelines-tasks-azure-arm-rest": "3.223.5",
23+
"agent-base": "^6.0.2",
24+
"azure-pipelines-task-lib": "4.4.0",
25+
"azure-pipelines-tasks-azure-arm-rest": "^3.232.0",
2526
"azure-pipelines-tasks-webdeployment-common": "4.230.6",
2627
"moment": "^2.29.4",
2728
"q": "1.4.1",

Tasks/AzureRmWebAppDeploymentV4/package-lock.json

+14-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureRmWebAppDeploymentV4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@types/q": "1.0.7",
2323
"agent-base": "^6.0.2",
2424
"azure-pipelines-task-lib": "4.4.0",
25-
"azure-pipelines-tasks-azure-arm-rest": "3.223.5",
25+
"azure-pipelines-tasks-azure-arm-rest": "^3.232.0",
2626
"azure-pipelines-tasks-webdeployment-common": "4.230.6",
2727
"moment": "^2.29.4",
2828
"q": "1.4.1",

Tasks/AzureRmWebAppDeploymentV4/task.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 4,
20-
"Minor": 234,
21-
"Patch": 2
20+
"Minor": 235,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "What's new in version 4.*<br />Supports Zip Deploy, Run From Package, War Deploy [Details here](https://aka.ms/appServiceDeploymentMethods)<br />Supports App Service Environments<br />Improved UI for discovering different App service types supported by the task<br/>Run From Package is the preferred deployment method, which makes files in wwwroot folder read-only<br/>Click [here](https://aka.ms/azurermwebdeployreadme) for more information.",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureRmWebAppDeploymentV4/task.loc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 4,
20-
"Minor": 234,
21-
"Patch": 2
20+
"Minor": 235,
21+
"Patch": 0
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureTestPlanV0/_buildConfigs/Node20/package-lock.json

+18-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureTestPlanV0/_buildConfigs/Node20/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"azure-pipelines-task-lib": "^4.1.0",
2525
"azure-pipelines-tasks-docker-common": "2.198.1",
2626
"azure-pipelines-tasks-utility-common": "^3.212.0",
27+
"azure-devops-node-api": "^12.2.0",
2728
"azure-pipelines-tool-lib": "^2.0.0-preview",
2829
"typed-rest-client": "^1.8.9",
2930
"axios": "^1.6.2"

Tasks/AzureTestPlanV0/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureTestPlanV0/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 234,
16+
"Minor": 235,
1717
"Patch": 0
1818
},
1919
"preview": true,

Tasks/AzureTestPlanV0/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"author": "Microsoft Corporation",
1414
"version": {
1515
"Major": 0,
16-
"Minor": 234,
16+
"Minor": 235,
1717
"Patch": 0
1818
},
1919
"preview": true,

Tasks/AzureWebAppV1/_buildConfigs/Node20/package-lock.json

+13-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureWebAppV1/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Tasks/AzureWebAppV1/task.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 232,
20+
"Minor": 235,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureWebAppV1/task.loc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 232,
20+
"Minor": 235,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)