Skip to content

Commit

Permalink
fix: mfsu mime version, upgrade to 1.3.6 (umijs#7065)
Browse files Browse the repository at this point in the history
* fix: mfsu mime version, upgrade to 1.3.6

* chore: update yarn.lock
  • Loading branch information
sorrycc authored Jul 26, 2021
1 parent d8b9799 commit c0cfbac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/preset-built-in/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"es5-imcompatible-versions": "^0.1.62",
"history-with-query": "4.10.4",
"html-entities": "^2.1.0",
"mime": "1.3.0",
"mime": "1.3.6",
"react-refresh": "0.10.0",
"react-router": "5.2.0",
"react-router-config": "5.1.1",
Expand Down
12 changes: 5 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12154,7 +12154,7 @@ miller-rabin@^4.0.0:
bn.js "^4.0.0"
brorand "^1.0.1"

[email protected], "mime-db@>= 1.43.0 < 2", mime-db@^1.2.0:
[email protected], "mime-db@>= 1.43.0 < 2":
version "1.48.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.48.0.tgz#e35b31045dd7eada3aaad537ed88a33afbef2d1d"
integrity sha512-FM3QwxV+TnZYQ2aRqhlKBMHxk10lTbMt3bBkMAp54ddrNeVSfcQYOOKuGuy3Ddrm38I04If834fOUSq1yzslJQ==
Expand All @@ -12166,12 +12166,10 @@ mime-types@^2.1.12, mime-types@^2.1.27, mime-types@~2.1.19, mime-types@~2.1.24:
dependencies:
mime-db "1.48.0"

[email protected]:
version "1.3.0"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.0.tgz#447c1ac7a6e4df33e3eebf13419bd736f99067f0"
integrity sha1-RHwax6bk3zPj7r8TQZvXNvmQZ/A=
dependencies:
mime-db "^1.2.0"
[email protected]:
version "1.3.6"
resolved "https://registry.yarnpkg.com/mime/-/mime-1.3.6.tgz#591d84d3653a6b0b4a3b9df8de5aa8108e72e5e0"
integrity sha1-WR2E02U6awtKO5343lqoEI5y5eA=

[email protected], mime@^1.4.1:
version "1.6.0"
Expand Down

0 comments on commit c0cfbac

Please sign in to comment.