Skip to content

Commit 5cfb64d

Browse files
Fix Form-data Vulnerability for GoV0 (#21223)
* Fix Form-data Vulnerability for GoV0 * update version --------- Co-authored-by: Gayatri Jaiswal <[email protected]>
1 parent 12fe456 commit 5cfb64d

File tree

4 files changed

+176
-21
lines changed

4 files changed

+176
-21
lines changed

Tasks/GoV0/package-lock.json

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

Tasks/GoV0/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"typescript": "5.1.6"
26+
},
27+
"overrides": {
28+
"form-data": "^4.0.4"
2629
}
2730
}

Tasks/GoV0/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"version": {
1515
"Major": 0,
16-
"Minor": 246,
17-
"Patch": 3
16+
"Minor": 262,
17+
"Patch": 0
1818
},
1919
"runsOn": [
2020
"Agent",

Tasks/GoV0/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
"version": {
1515
"Major": 0,
16-
"Minor": 246,
17-
"Patch": 3
16+
"Minor": 262,
17+
"Patch": 0
1818
},
1919
"runsOn": [
2020
"Agent",

0 commit comments

Comments
 (0)