From d8a2552c027e4b079c6dca5371b809f1b25f4bb4 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Sat, 31 Aug 2024 12:24:33 -0500 Subject: [PATCH] fix(deps): accept minors of media-typer --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 51e28e1..eaa3ebf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,7 +2,7 @@ unreleased ========== * Drop node <18 - * Use `content-type` and `media-typer` for type validation + * Use `content-type@^1.0.5` and `media-typer@^1.0.0` for type validation - No behavior changes, upgrades `media-typer` * deps: mime-types@^3.0.0 - Add `application/toml` with extension `.toml`