Skip to content

Commit a1d9231

Browse files
committed
Update parse-multipart-data to avoid sourcemap warning & assorted bugs
Sourcemap warning was actively annoying, haven't actually run into the bugs (header order being significant, and 'name' field being missing) but it's good to bring the fixes in regardless.
1 parent fa5bd2b commit a1d9231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"lodash": "^4.16.4",
193193
"native-duplexpair": "^1.0.0",
194194
"node-forge": "^1.2.1",
195-
"parse-multipart-data": "^1.3.0",
195+
"parse-multipart-data": "^1.4.0",
196196
"performance-now": "^2.1.0",
197197
"portfinder": "1.0.28",
198198
"typed-error": "^3.0.2",

0 commit comments

Comments
 (0)