Skip to content

Commit

Permalink
Fix mime dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh committed Dec 1, 2023
1 parent c21cb3c commit 8e50000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"index.d.ts"
],
"dependencies": {
"mime": ">=2.4.6",
"mime": "^3",
"opener": "1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1005,7 +1005,7 @@ magic-string@^0.25.0, magic-string@^0.25.7:
dependencies:
sourcemap-codec "^1.4.8"

mime@>=2.4.6:
mime@^3:
version "3.0.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-3.0.0.tgz#b374550dca3a0c18443b0c950a6a58f1931cf7a7"
integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==
Expand Down

0 comments on commit 8e50000

Please sign in to comment.