Skip to content

Commit d3b2431

Browse files
[AzureFunctionAppV2] CVE fix (#20248)
* [AzureFunctionAppV2] CVE fix - Remove unused package * [AzureFunctionAppV2] CVE fix - Remove unused package
1 parent 3705c02 commit d3b2431

File tree

15 files changed

+80
-2240
lines changed

15 files changed

+80
-2240
lines changed

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

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

Tasks/AzureFunctionAppV2/_buildConfigs/Node20/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
2828
"azure-storage": "2.10.7",
2929
"moment": "^2.29.4",
30-
"package.json": "^2.0.1",
3130
"q": "1.4.1",
3231
"uuid": "3.1.0",
3332
"xml2js": "^0.6.2"

Tasks/AzureFunctionAppV2/package-lock.json

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

Tasks/AzureFunctionAppV2/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"azure-pipelines-tasks-webdeployment-common": "^4.243.1",
2828
"azure-storage": "2.10.7",
2929
"moment": "^2.29.4",
30-
"package.json": "^2.0.1",
3130
"q": "1.4.1",
3231
"uuid": "3.1.0",
3332
"xml2js": "^0.6.2"

Tasks/AzureFunctionAppV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 2,
2020
"Minor": 244,
21-
"Patch": 0
21+
"Patch": 2
2222
},
2323
"releaseNotes": "What's new in version 2.* <br /> Removed WAR Deploy Support, setting Web.Config options, and the option for the Startup command for Linux Azure Function Apps.",
2424
"minimumAgentVersion": "2.104.1",

Tasks/AzureFunctionAppV2/task.loc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"version": {
1919
"Major": 2,
2020
"Minor": 244,
21-
"Patch": 0
21+
"Patch": 2
2222
},
2323
"releaseNotes": "ms-resource:loc.releaseNotes",
2424
"minimumAgentVersion": "2.104.1",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Default|2.244.0
2-
Node20_229_9|2.244.1
1+
Default|2.244.2
2+
Node20_229_9|2.244.3

0 commit comments

Comments
 (0)