Skip to content

chore(deps): bump file-type from 16.5.4 to 21.3.2#7721

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/file-type-21.3.2
Open

chore(deps): bump file-type from 16.5.4 to 21.3.2#7721
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/file-type-21.3.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps file-type from 16.5.4 to 21.3.2.

Release notes

Sourced from file-type's releases.

v21.3.2

  • Fix ZIP bomb in known-size ZIP probing (GHSA-j47w-4g3g-c36v) a155cd7
  • Fix bound recursive BOM and ID3 detection 370ed91

sindresorhus/file-type@v21.3.1...v21.3.2

v21.3.1


sindresorhus/file-type@v21.3.0...v21.3.1

v21.3.0

  • Add support for Mach-O Universal (aka "Fat") binaries and additional architectures (#779) d223491

sindresorhus/file-type@v21.2.0...v21.3.0

v21.2.0

  • Add support for SPSS data files (#787) 889f638
  • Add support for JMP (#784) 093dba0

sindresorhus/file-type@v21.1.1...v21.2.0

v21.1.1

  • Fix handling of partial Gunzip file (#783) 710e053

sindresorhus/file-type@v21.1.0...v21.1.1

v21.1.0

  • Add support for .tar.gz (gunzipped tarball file) (#763) eda03a7
  • Add support for Windows registry (.reg) files 0db61ec 7d2ddcf
  • Add support for Windows registry hive file (.dat) (#767) f8d62be
  • Fix: Handle partial unzip (#773) 7ad3a90

sindresorhus/file-type@v21.0.0...v21.1.0

v21.0.0

Breaking

... (truncated)

Commits

@dependabot dependabot Bot added dependencies javascript Pull requests that update javascript code labels Jun 10, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a22b646226

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

"@open-condo/miniapp-utils": "workspace:^",
"express": "^4.21.2",
"file-type": "16.5.4",
"file-type": "21.3.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update MIME detection for file-type v21

With this bump, file-type no longer exposes the old fromFile API used by packages/files/detectMimeType.js; the v21 API exports fileTypeFromFile instead. For every upload path that reaches utils.js and calls detectMimeTypeFromFile(f.filepath), fromFile is undefined and the detector falls back to the client-provided MIME type, so server-side content sniffing is effectively disabled until the import/call is migrated.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/file-type-21.3.2 branch from a22b646 to e1770dc Compare June 15, 2026 08:39
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/file-type-21.3.2 branch from e1770dc to c9f6b8f Compare June 22, 2026 07:45
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/file-type-21.3.2 branch from c9f6b8f to edba948 Compare June 23, 2026 10:17
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/file-type-21.3.2 branch from edba948 to a8729bd Compare June 23, 2026 11:14
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/file-type-21.3.2 branch from a8729bd to b19d617 Compare June 29, 2026 12:20
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/file-type-21.3.2 branch from b19d617 to cfcbb6d Compare July 1, 2026 11:55
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/file-type-21.3.2 branch from cfcbb6d to bb53d93 Compare July 2, 2026 04:42
Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.4 to 21.3.2.
- [Release notes](https://github.com/sindresorhus/file-type/releases)
- [Commits](sindresorhus/file-type@v16.5.4...v21.3.2)

---
updated-dependencies:
- dependency-name: file-type
  dependency-version: 21.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/file-type-21.3.2 branch from bb53d93 to 0801fa1 Compare July 6, 2026 15:01
@sonarqubecloud

sonarqubecloud Bot commented Jul 6, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies javascript Pull requests that update javascript code

Development

Successfully merging this pull request may close these issues.

0 participants