Skip to content

Commit e7d5aa5

Browse files
Update webdeployment-common package in tasks (#21007)
* Update the common package in the tasks Update the common package in the tasks to address the CVE issue related to 7zip that is used in the webdeployment-common package * Update to next version with the feature flag
1 parent e383da5 commit e7d5aa5

File tree

65 files changed

+123
-112
lines changed

Some content is hidden

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

65 files changed

+123
-112
lines changed

Tasks/AzureFunctionAppContainerV1/_buildConfigs/Node20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-devops-node-api": "11.2.0",
2525
"azure-pipelines-task-lib": "4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.254.0",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.256.0",
2828
"moment": "2.29.4",
2929
"q": "1.4.1",
3030
"uuid": "3.1.0",

Tasks/AzureFunctionAppContainerV1/package-lock.json

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

Tasks/AzureFunctionAppContainerV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-devops-node-api": "11.2.0",
2525
"azure-pipelines-task-lib": "4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.254.0",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.257.0",
2828
"moment": "2.29.4",
2929
"q": "1.4.1",
3030
"uuid": "3.1.0",

Tasks/AzureFunctionAppContainerV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 255,
20+
"Minor": 257,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureFunctionAppContainerV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 255,
20+
"Minor": 257,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureFunctionAppV1/_buildConfigs/Node20/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-devops-node-api": "11.2.0",
2525
"azure-pipelines-task-lib": "^4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.254.0",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.256.0",
2828
"azure-storage": "2.10.7",
2929
"moment": "^2.29.3",
3030
"q": "1.4.1",

Tasks/AzureFunctionAppV1/package-lock.json

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

Tasks/AzureFunctionAppV1/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"azure-devops-node-api": "11.2.0",
2525
"azure-pipelines-task-lib": "^4.11.0",
2626
"azure-pipelines-tasks-azure-arm-rest": "^3.254.0",
27-
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
27+
"azure-pipelines-tasks-webdeployment-common": "^4.257.0",
2828
"azure-storage": "2.10.7",
2929
"moment": "^2.29.3",
3030
"q": "1.4.1",

Tasks/AzureFunctionAppV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 255,
20+
"Minor": 257,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

Tasks/AzureFunctionAppV1/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 255,
20+
"Minor": 257,
2121
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",

0 commit comments

Comments
 (0)