Skip to content

Commit f10e6aa

Browse files
committedFeb 17, 2021
fix: update to mime-db@1.46.0, fixes #253
1 parent 9847c9f commit f10e6aa

File tree

3 files changed

+557
-1016
lines changed

3 files changed

+557
-1016
lines changed
 

‎package-lock.json

+550-1,009
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
"devDependencies": {
1818
"benchmark": "*",
1919
"chalk": "4.1.0",
20-
"eslint": "7.15.0",
21-
"mime-db": "1.45.0",
20+
"eslint": "7.20.0",
21+
"mime-db": "1.46.0",
2222
"mime-score": "1.2.0",
23-
"mime-types": "2.1.27",
24-
"mocha": "7.2.0",
23+
"mime-types": "2.1.28",
24+
"mocha": "8.3.0",
2525
"runmd": "*",
26-
"standard-version": "9.0.0"
26+
"standard-version": "9.1.0"
2727
},
2828
"files": [
2929
"index.js",
@@ -48,5 +48,5 @@
4848
"url": "https://github.com/broofa/mime",
4949
"type": "git"
5050
},
51-
"version": "2.5.0"
51+
"version": "2.5.1"
5252
}

‎types/standard.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.