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 Nov 19, 2024
1 parent c5ab3d0 commit ea76da7
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 ea76da7

Please sign in to comment.