From 66b0ffe42711cf4f249c4360374fa65d28a58914 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 16:15:06 +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://raw.githubusercontent.com/jshttp/mime-db/v1.52.0/db.json"; + const string MIMEDB_URL = "https://raw.githubusercontent.com/jshttp/mime-db/v1.53.0/db.json"; #> /// /// MIME type constants. Last updated on <#= DateTime.UtcNow.ToString("s") + "Z" #>.