From 7586bea8fc2285845779f1c01896e7223f3b95eb Mon Sep 17 00:00:00 2001 From: agungjati Date: Thu, 31 Oct 2024 00:12:32 +0700 Subject: [PATCH] upgrade content type --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54b4bb5704e..be35a8fd8a8 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "accepts": "^2.0.0", "body-parser": "^2.0.1", "content-disposition": "^1.0.0", - "content-type": "~1.0.4", + "content-type": "~1.0.5", "cookie": "0.7.1", "cookie-signature": "^1.2.1", "debug": "4.3.6",