We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b712529 commit e5276fbCopy full SHA for e5276fb
HISTORY.md
@@ -2,6 +2,7 @@ unreleased
2
==================
3
4
* Drop node <18 support
5
+ * deps: mime-types@^3.0.0
6
7
1.3.8 / 2022-02-02
8
package.json
@@ -9,7 +9,7 @@
9
"license": "MIT",
10
"repository": "jshttp/accepts",
11
"dependencies": {
12
- "mime-types": "~2.1.34",
+ "mime-types": "^3.0.0",
13
"negotiator": "0.6.3"
14
},
15
"devDependencies": {
0 commit comments