Skip to content

Commit e5e1328

Browse files
v-gayatrijv-gayatrij
andauthored
CG fix - JenkinsDownloadArtifacts task (#21186)
* override form-data in JenkinsDownloadArtifactsV1 * override form-data for JenkinsDownloadArtifactsV2 --------- Co-authored-by: v-gayatrij <[email protected]>
1 parent 8fa8a17 commit e5e1328

File tree

8 files changed

+261
-91
lines changed

8 files changed

+261
-91
lines changed

Tasks/JenkinsDownloadArtifactsV1/package-lock.json

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

Tasks/JenkinsDownloadArtifactsV1/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@
2424
},
2525
"devDependencies": {
2626
"typescript": "5.1.6"
27+
},
28+
"overrides": {
29+
"form-data": "^2.5.4"
2730
}
2831
}

Tasks/JenkinsDownloadArtifactsV1/task.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"demands": [],
1919
"version": {
2020
"Major": 1,
21-
"Minor": 259,
22-
"Patch": 2
21+
"Minor": 261,
22+
"Patch": 0
2323
},
2424
"groups": [
2525
{

Tasks/JenkinsDownloadArtifactsV1/task.loc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"demands": [],
1919
"version": {
2020
"Major": 1,
21-
"Minor": 259,
22-
"Patch": 2
21+
"Minor": 261,
22+
"Patch": 0
2323
},
2424
"groups": [
2525
{

0 commit comments

Comments
 (0)