Skip to content

Commit

Permalink
CG bug fixes related to "follow-redirects: Batch 2 (#19503)
Browse files Browse the repository at this point in the history
* npm audit fix

* cg fix for AzureRmWebAppDeploymentV4
  • Loading branch information
v-mohithgc authored Feb 6, 2024
1 parent 8e642e5 commit d79982a
Show file tree
Hide file tree
Showing 316 changed files with 34,396 additions and 2,803 deletions.
238 changes: 69 additions & 169 deletions Tasks/AzureRmWebAppDeploymentV4/_buildConfigs/Node20/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
"@types/mocha": "^5.2.7",
"@types/node": "^20.3.1",
"@types/q": "1.0.7",
"azure-pipelines-task-lib": "^3.4.0",
"azure-pipelines-tasks-azure-arm-rest": "3.223.5",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "4.4.0",
"azure-pipelines-tasks-azure-arm-rest": "^3.232.0",
"azure-pipelines-tasks-webdeployment-common": "4.230.6",
"moment": "^2.29.4",
"q": "1.4.1",
Expand Down
28 changes: 14 additions & 14 deletions Tasks/AzureRmWebAppDeploymentV4/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/AzureRmWebAppDeploymentV4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@types/q": "1.0.7",
"agent-base": "^6.0.2",
"azure-pipelines-task-lib": "4.4.0",
"azure-pipelines-tasks-azure-arm-rest": "3.223.5",
"azure-pipelines-tasks-azure-arm-rest": "^3.232.0",
"azure-pipelines-tasks-webdeployment-common": "4.230.6",
"moment": "^2.29.4",
"q": "1.4.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV4/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 234,
"Patch": 2
"Minor": 235,
"Patch": 0
},
"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.",
"minimumAgentVersion": "2.104.1",
Expand Down
4 changes: 2 additions & 2 deletions Tasks/AzureRmWebAppDeploymentV4/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"author": "Microsoft Corporation",
"version": {
"Major": 4,
"Minor": 234,
"Patch": 2
"Minor": 235,
"Patch": 0
},
"releaseNotes": "ms-resource:loc.releaseNotes",
"minimumAgentVersion": "2.104.1",
Expand Down
27 changes: 18 additions & 9 deletions Tasks/AzureTestPlanV0/_buildConfigs/Node20/package-lock.json

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

1 change: 1 addition & 0 deletions Tasks/AzureTestPlanV0/_buildConfigs/Node20/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"azure-pipelines-task-lib": "^4.1.0",
"azure-pipelines-tasks-docker-common": "2.198.1",
"azure-pipelines-tasks-utility-common": "^3.212.0",
"azure-devops-node-api": "^12.2.0",
"azure-pipelines-tool-lib": "^2.0.0-preview",
"typed-rest-client": "^1.8.9",
"axios": "^1.6.2"
Expand Down
6 changes: 3 additions & 3 deletions Tasks/AzureTestPlanV0/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/AzureTestPlanV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 234,
"Minor": 235,
"Patch": 0
},
"preview": true,
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureTestPlanV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 234,
"Minor": 235,
"Patch": 0
},
"preview": true,
Expand Down
25 changes: 13 additions & 12 deletions Tasks/AzureWebAppV1/_buildConfigs/Node20/package-lock.json

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

6 changes: 3 additions & 3 deletions Tasks/AzureWebAppV1/package-lock.json

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

2 changes: 1 addition & 1 deletion Tasks/AzureWebAppV1/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 232,
"Minor": 235,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/AzureWebAppV1/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 1,
"Minor": 232,
"Minor": 235,
"Patch": 0
},
"minimumAgentVersion": "2.104.1",
Expand Down
Loading

0 comments on commit d79982a

Please sign in to comment.