chore(deps-dev): bump file-type from 20.5.0 to 21.3.1#19748
Merged
Conversation
Bumps [file-type](https://github.com/sindresorhus/file-type) from 20.5.0 to 21.3.1. - [Release notes](https://github.com/sindresorhus/file-type/releases) - [Commits](sindresorhus/file-type@v20.5.0...v21.3.1) --- updated-dependencies: - dependency-name: file-type dependency-version: 21.3.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Lms24
approved these changes
Mar 11, 2026
andreiborza
pushed a commit
that referenced
this pull request
Mar 11, 2026
Bumps [file-type](https://github.com/sindresorhus/file-type) from 20.5.0 to 21.3.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sindresorhus/file-type/releases">file-type's releases</a>.</em></p> <blockquote> <h2>v21.3.1</h2> <ul> <li>Fix infinite loop in ASF parser on malformed input (<a href="https://github.com/sindresorhus/file-type/security/advisories/GHSA-5v7r-6r5c-r473">https://github.com/sindresorhus/file-type/security/advisories/GHSA-5v7r-6r5c-r473</a>) 319abf8</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/file-type/compare/v21.3.0...v21.3.1">https://github.com/sindresorhus/file-type/compare/v21.3.0...v21.3.1</a></p> <h2>v21.3.0</h2> <ul> <li>Add support for Mach-O Universal (aka "Fat") binaries and additional architectures (<a href="https://redirect.github.com/sindresorhus/file-type/issues/779">#779</a>) d223491</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/file-type/compare/v21.2.0...v21.3.0">https://github.com/sindresorhus/file-type/compare/v21.2.0...v21.3.0</a></p> <h2>v21.2.0</h2> <ul> <li>Add support for SPSS data files (<a href="https://redirect.github.com/sindresorhus/file-type/issues/787">#787</a>) 889f638</li> <li>Add support for JMP (<a href="https://redirect.github.com/sindresorhus/file-type/issues/784">#784</a>) 093dba0</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/file-type/compare/v21.1.1...v21.2.0">https://github.com/sindresorhus/file-type/compare/v21.1.1...v21.2.0</a></p> <h2>v21.1.1</h2> <ul> <li>Fix handling of partial Gunzip file (<a href="https://redirect.github.com/sindresorhus/file-type/issues/783">#783</a>) 710e053</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/file-type/compare/v21.1.0...v21.1.1">https://github.com/sindresorhus/file-type/compare/v21.1.0...v21.1.1</a></p> <h2>v21.1.0</h2> <ul> <li>Add support for <code>.tar.gz</code> (gunzipped tarball file) (<a href="https://redirect.github.com/sindresorhus/file-type/issues/763">#763</a>) eda03a7</li> <li>Add support for Windows registry (.reg) files 0db61ec 7d2ddcf</li> <li>Add support for Windows registry hive file (<code>.dat</code>) (<a href="https://redirect.github.com/sindresorhus/file-type/issues/767">#767</a>) f8d62be</li> <li>Fix: Handle partial unzip (<a href="https://redirect.github.com/sindresorhus/file-type/issues/773">#773</a>) 7ad3a90</li> </ul> <hr /> <p><a href="https://github.com/sindresorhus/file-type/compare/v21.0.0...v21.1.0">https://github.com/sindresorhus/file-type/compare/v21.0.0...v21.1.0</a></p> <h2>v21.0.0</h2> <h3>Breaking</h3> <ul> <li>Require Node.js 20 24aec1f</li> <li>Drop Adobe Illustrator (.ai) detection support (<a href="https://redirect.github.com/sindresorhus/file-type/issues/743">#743</a>) af169f3</li> <li>Correct Matroska (video) MIME-type to formal IANA registration (<a href="https://redirect.github.com/sindresorhus/file-type/issues/753">#753</a>) f53f5ff</li> <li>Correct FLAC MIME-type to formal IANA registration (<a href="https://redirect.github.com/sindresorhus/file-type/issues/755">#755</a>) b9fda36</li> <li>Correct Apache Parquet MIME-type to formal IANA registration (<a href="https://redirect.github.com/sindresorhus/file-type/issues/748">#748</a>) 98e3f8e</li> <li>Correct Apache Arrow MIME-type to formal IANA registration (<a href="https://redirect.github.com/sindresorhus/file-type/issues/754">#754</a>) 7184775</li> </ul> <h3>Improvements</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/file-type/commit/ad5857e5384874e853cc9c4c29b867f1135a7c30"><code>ad5857e</code></a> 21.3.1</li> <li><a href="https://github.com/sindresorhus/file-type/commit/5d2fedf104dc5067b51a1f31410aa60052c74f64"><code>5d2fedf</code></a> Harden parser</li> <li><a href="https://github.com/sindresorhus/file-type/commit/319abf871b50ba2fa221b4a7050059f1ae096f4f"><code>319abf8</code></a> Fix infinite loop in ASF parser on malformed input</li> <li><a href="https://github.com/sindresorhus/file-type/commit/1ca9281706e6ff5606d4ebaf88fa8f97b124c126"><code>1ca9281</code></a> Mention <code>@file-type/cfbf</code> plugin (<a href="https://redirect.github.com/sindresorhus/file-type/issues/791">#791</a>)</li> <li><a href="https://github.com/sindresorhus/file-type/commit/2033ea7f1aef092e8251034b1207efc7c96ebeb0"><code>2033ea7</code></a> 21.3.0</li> <li><a href="https://github.com/sindresorhus/file-type/commit/d223491482bda0a8222e29fe31cca7ecf65a0c4e"><code>d223491</code></a> Add support for Mach-O Universal (aka "Fat") binaries and additional architec...</li> <li><a href="https://github.com/sindresorhus/file-type/commit/2ca86b3869a0185ec40e273ff51a9607cce2a48e"><code>2ca86b3</code></a> Docs: Remove BYOB stream requirement warning (<a href="https://redirect.github.com/sindresorhus/file-type/issues/790">#790</a>)</li> <li><a href="https://github.com/sindresorhus/file-type/commit/4d7393ad119cdb56698a7b0575302913032c2692"><code>4d7393a</code></a> List <code>@file-type/pdf</code> in available plugins (<a href="https://redirect.github.com/sindresorhus/file-type/issues/788">#788</a>)</li> <li><a href="https://github.com/sindresorhus/file-type/commit/810e1d87c54beb10603855cfb654a8ce15a0cefb"><code>810e1d8</code></a> 21.2.0</li> <li><a href="https://github.com/sindresorhus/file-type/commit/889f6384142d2b13c20898f1e1ca147b25704661"><code>889f638</code></a> Add support for SPSS data files (<a href="https://redirect.github.com/sindresorhus/file-type/issues/787">#787</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sindresorhus/file-type/compare/v20.5.0...v21.3.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/getsentry/sentry-javascript/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps file-type from 20.5.0 to 21.3.1.
Release notes
Sourced from file-type's releases.
... (truncated)
Commits
ad5857e21.3.15d2fedfHarden parser319abf8Fix infinite loop in ASF parser on malformed input1ca9281Mention@file-type/cfbfplugin (#791)2033ea721.3.0d223491Add support for Mach-O Universal (aka "Fat") binaries and additional architec...2ca86b3Docs: Remove BYOB stream requirement warning (#790)4d7393aList@file-type/pdfin available plugins (#788)810e1d821.2.0889f638Add support for SPSS data files (#787)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.