Skip to content

Commit c5b6278

Browse files
Deekshitha981v-dmeruguv-gayatrijv-schhabra
authored
Fix CG Form-data for AzureFunctionOnKubernetesV0 (#21216)
* Fix CG Form-data for AzureFunctionOnKubernetesV0 * update package --------- Co-authored-by: Deeksitha Merugu (LTIMINDTREE LIMITED) <[email protected]> Co-authored-by: Gayatri Jaiswal <[email protected]> Co-authored-by: v-schhabra <[email protected]>
1 parent a8e140b commit c5b6278

File tree

4 files changed

+171
-28
lines changed

4 files changed

+171
-28
lines changed

Tasks/AzureFunctionOnKubernetesV0/package-lock.json

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

Tasks/AzureFunctionOnKubernetesV0/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
"azure-pipelines-tasks-docker-common": "^2.242.0",
2525
"azure-pipelines-tasks-kubernetes-common": "^2.212.0",
2626
"js-yaml": "3.13.1"
27+
},
28+
"overrides": {
29+
"form-data": "^4.0.4"
2730
}
2831
}

Tasks/AzureFunctionOnKubernetesV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 247,
18-
"Patch": 1
17+
"Minor": 262,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"groups": [

Tasks/AzureFunctionOnKubernetesV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"author": "Microsoft Corporation",
1515
"version": {
1616
"Major": 0,
17-
"Minor": 247,
18-
"Patch": 1
17+
"Minor": 262,
18+
"Patch": 0
1919
},
2020
"demands": [],
2121
"groups": [

0 commit comments

Comments
 (0)