Skip to content

Commit c9e700c

Browse files
fix(deps): update dependency form-data to v4 (#887)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 1999b36 commit c9e700c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"typings": "typings/Api.d.ts",
1313
"dependencies": {
1414
"@types/node": "^14.0.0",
15-
"form-data": "^3.0.0",
15+
"form-data": "^4.0.0",
1616
"isomorphic-fetch": "^3.0.0",
1717
"tslib": "^2.0.1",
1818
"workfront-api-constants": "^2.0.0"

yarn.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3494,6 +3494,15 @@ form-data@^3.0.0:
34943494
combined-stream "^1.0.8"
34953495
mime-types "^2.1.12"
34963496

3497+
form-data@^4.0.0:
3498+
version "4.0.0"
3499+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.0.tgz#93919daeaf361ee529584b9b31664dc12c9fa452"
3500+
integrity sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==
3501+
dependencies:
3502+
asynckit "^0.4.0"
3503+
combined-stream "^1.0.8"
3504+
mime-types "^2.1.12"
3505+
34973506
from2@^2.1.1:
34983507
version "2.3.0"
34993508
resolved "https://registry.yarnpkg.com/from2/-/from2-2.3.0.tgz#8bfb5502bde4a4d36cfdeea007fcca21d7e382af"

0 commit comments

Comments
 (0)