From 1ec48467c81ffa681d067dc227ba899373d99468 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Mon, 11 May 2026 14:13:39 -0700 Subject: [PATCH 1/2] Upgrade content-type --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c9efb5609d..7f1f9a6adaa 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "accepts": "^2.0.0", "body-parser": "^2.2.1", "content-disposition": "^1.0.0", - "content-type": "^1.0.5", + "content-type": "^2.0.0", "cookie": "^0.7.1", "cookie-signature": "^1.2.1", "debug": "^4.4.0", From f8c6a24be0310b084a35a31191cbf120db785792 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Wed, 13 May 2026 08:40:53 -0700 Subject: [PATCH 2/2] Bump type-is --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f1f9a6adaa..4649bfac5d1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "send": "^1.1.0", "serve-static": "^2.2.0", "statuses": "^2.0.1", - "type-is": "^2.0.1", + "type-is": "^2.1.0", "vary": "^1.1.2" }, "devDependencies": {