diff --git a/HISTORY.md b/HISTORY.md index e8b42c5..609d315 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,6 +7,19 @@ unreleased - deps: depd@~1.1.2 - deps: setprototypeof@1.1.0 - deps: statuses@'>= 1.5.0 < 2' + * deps: mime@1.6.0 + - Add extensions for JPEG-2000 images + - Add new `font/*` types from IANA + - Add WASM mapping + - Update `.bdoc` to `application/bdoc` + - Update `.bmp` to `image/bmp` + - Update `.m4a` to `audio/mp4` + - Update `.rtf` to `application/rtf` + - Update `.wav` to `audio/wav` + - Update `.xml` to `application/xml` + - Update generic extensions to `application/octet-stream`: + `.deb`, `.dll`, `.dmg`, `.exe`, `.iso`, `.msi` + - Use mime-score module to resolve extension conflicts * deps: ms@2.1.1 - Add `week`/`w` support - Fix negative number handling diff --git a/package.json b/package.json index ac58fb8..627ac01 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "etag": "~1.8.1", "fresh": "0.5.2", "http-errors": "~1.7.1", - "mime": "1.4.1", + "mime": "1.6.0", "ms": "2.1.1", "on-finished": "~2.3.0", "range-parser": "~1.2.0",