Skip to content

Commit 72e6921

Browse files
authored
Merge pull request #238 from OctopusDeploy/sjc/updated-form-data-to-304
fix: update form-data to resolve security issue
2 parents f582a57 + eeb4c2d commit 72e6921

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"semver@<5.7.2": "7.7.2",
5454
"semver@>=7.0.0 <7.5.2": "7.7.2",
5555
"ws@>=7.0.0 <7.5.10": "8.18.3",
56-
"braces@<3.0.3": "3.0.3"
56+
"braces@<3.0.3": "3.0.3",
57+
"form-data@<3.0.4": "^3.0.4"
5758
}
5859
}
5960
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)