Skip to content

Commit 8e7d7a4

Browse files
Cg fixes | Upgrading packages in tasks AzureFunctionAppV1 and AzureFunctionAppV2 for CG issues in form-data package (#21176)
1 parent 4a8ced8 commit 8e7d7a4

File tree

8 files changed

+292
-80
lines changed

8 files changed

+292
-80
lines changed

Tasks/AzureFunctionAppV1/package-lock.json

Lines changed: 119 additions & 30 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
},
3434
"devDependencies": {
3535
"typescript": "5.1.6"
36+
},
37+
"overrides": {
38+
"form-data": "^4.0.4"
3639
}
3740
}

Tasks/AzureFunctionAppV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 259,
21-
"Patch": 2
20+
"Minor": 261,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

Tasks/AzureFunctionAppV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"author": "Microsoft Corporation",
1818
"version": {
1919
"Major": 1,
20-
"Minor": 259,
21-
"Patch": 2
20+
"Minor": 261,
21+
"Patch": 0
2222
},
2323
"minimumAgentVersion": "2.104.1",
2424
"groups": [

0 commit comments

Comments
 (0)