diff --git a/package-lock.json b/package-lock.json index e5a224e..6eff06d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "hexo-theme-butterfly": "^5.3.2", "hexo-theme-landscape": "^1.0.0", "hexo-theme-next": "^8.22.0", - "mime-db": "^1.53.0" + "mime-db": "^1.54.0" } }, "node_modules/@adobe/css-tools": { @@ -1614,9 +1614,10 @@ } }, "node_modules/mime-db": { - "version": "1.53.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.53.0.tgz", - "integrity": "sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==", + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", "engines": { "node": ">= 0.6" } diff --git a/package.json b/package.json index edd2fca..0ac8ea7 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,6 @@ "hexo-theme-butterfly": "^5.3.2", "hexo-theme-landscape": "^1.0.0", "hexo-theme-next": "^8.22.0", - "mime-db": "^1.53.0" + "mime-db": "^1.54.0" } }