Skip to content

Commit

Permalink
Bump mime and @types/mime (#1252)
Browse files Browse the repository at this point in the history
* Bump mime and @types/mime

Bumps [mime](https://github.com/broofa/mime) and [@types/mime](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mime). These dependencies needed to be updated together.

Updates `mime` from 4.0.1 to 4.0.6
- [Release notes](https://github.com/broofa/mime/releases)
- [Changelog](https://github.com/broofa/mime/blob/main/CHANGELOG.md)
- [Commits](broofa/mime@v4.0.1...v4.0.6)

Updates `@types/mime` from 3.0.4 to 4.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mime)

---
updated-dependencies:
- dependency-name: mime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/mime"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove @types/mime because mime supports TS since v4

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yuichiro Tachibana (Tsuchiya) <[email protected]>
  • Loading branch information
dependabot[bot] and whitphx authored Jan 14, 2025
1 parent b25a3c5 commit 690d7be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/sharing-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
],
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/mime": "^3.0.1",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-react": "^4.3.4",
"jsdom": "^20.0.3",
Expand Down
11 changes: 3 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3990,11 +3990,6 @@
resolved "https://registry.npmjs.org/@types/mdurl/-/mdurl-1.0.5.tgz"
integrity sha512-6L6VymKTzYSrEf4Nev4Xa1LCHKrlTlYCBMTlQKFuddo1CvQcE52I0mwfOJayueUC7MJuXOeHTcIU683lzd0cUA==

"@types/mime@^3.0.1":
version "3.0.4"
resolved "https://registry.npmjs.org/@types/mime/-/mime-3.0.4.tgz"
integrity sha512-iJt33IQnVRkqeqC7PzBHPTC6fDlRNRW8vjrgqtScAhrmMwe8c4Eo7+fUGTa+XdWrpEgpyKWMYmi2dIwMAYRzPw==

"@types/minimatch@*":
version "5.1.2"
resolved "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz"
Expand Down Expand Up @@ -13344,9 +13339,9 @@ mime@^2.5.2:
integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==

mime@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/mime/-/mime-4.0.1.tgz"
integrity sha512-5lZ5tyrIfliMXzFtkYyekWbtRXObT9OWa8IwQ5uxTBDHucNNwniRqo0yInflj+iYi5CBa6qxadGzGarDfuEOxA==
version "4.0.6"
resolved "https://registry.yarnpkg.com/mime/-/mime-4.0.6.tgz#ca83bec0bcf2a02353d0e02da99be05603d04839"
integrity sha512-4rGt7rvQHBbaSOF9POGkk1ocRP16Md1x36Xma8sz8h8/vfCUI2OtEIeCqe4Ofes853x4xDoPiFLIT47J5fI/7A==

mimic-fn@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 690d7be

Please sign in to comment.