Skip to content

Commit

Permalink
chore(deps): update dependency mime-db to v1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 8cf50b4 commit 9455b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MimeMapping/KnownMimeTypes.tt
Original file line number Diff line number Diff line change
Expand Up @@ -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";
#>
///<summary>
/// MIME type constants. Last updated on <#= DateTime.UtcNow.ToString("s") + "Z" #>.
Expand Down

0 comments on commit 9455b3d

Please sign in to comment.