Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump file-type from 19.5.0 to 19.6.0 (#82)
Bumps [file-type](https://github.com/sindresorhus/file-type) from 19.5.0 to 19.6.0. <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>v19.6.0</h2> <ul> <li>Add ability to abort async operations (<a href="https://redirect.github.com/sindresorhus/file-type/issues/667">#667</a>) 5ce98f3</li> <li>Add support for APK (<a href="https://redirect.github.com/sindresorhus/file-type/issues/679">#679</a>) 7b10012</li> <li>Fix Opus MIME-type (<a href="https://redirect.github.com/sindresorhus/file-type/issues/682">#682</a>) 4dcb8c5</li> <li>Fix: Ensure web-stream is released after detection (<a href="https://redirect.github.com/sindresorhus/file-type/issues/680">#680</a>) 9945877</li> </ul> <p><a href="https://github.com/sindresorhus/file-type/compare/v19.5.0...v19.6.0">https://github.com/sindresorhus/file-type/compare/v19.5.0...v19.6.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sindresorhus/file-type/commit/b688b7604f4d9aed96b1e1f0758ab6bb2531efce"><code>b688b76</code></a> 19.6.0</li> <li><a href="https://github.com/sindresorhus/file-type/commit/7b100129985330b87a0f8fd4d81fe2a8a5a3ed37"><code>7b10012</code></a> Add support for APK (<a href="https://redirect.github.com/sindresorhus/file-type/issues/679">#679</a>)</li> <li><a href="https://github.com/sindresorhus/file-type/commit/4dcb8c55a50365eb00e2f7e254b5e399aa4f2bc1"><code>4dcb8c5</code></a> Fix Opus MIME-type (<a href="https://redirect.github.com/sindresorhus/file-type/issues/682">#682</a>)</li> <li><a href="https://github.com/sindresorhus/file-type/commit/99458778b529b79d5025a1a6d782a774b5163a5a"><code>9945877</code></a> Ensure web-stream is released after detection (<a href="https://redirect.github.com/sindresorhus/file-type/issues/680">#680</a>)</li> <li><a href="https://github.com/sindresorhus/file-type/commit/0e91f7be09fbe7f1ac3928d96b7a23b611532d52"><code>0e91f7b</code></a> Add issue template (<a href="https://redirect.github.com/sindresorhus/file-type/issues/672">#672</a>)</li> <li><a href="https://github.com/sindresorhus/file-type/commit/5ce98f3abf2a4e744865ccac9bce4d64a5119dda"><code>5ce98f3</code></a> Add ability to abort async operations (<a href="https://redirect.github.com/sindresorhus/file-type/issues/667">#667</a>)</li> <li><a href="https://github.com/sindresorhus/file-type/commit/c01b2308b36c3940431eb25045960aa10b92ea79"><code>c01b230</code></a> Reorder ACE signature check (<a href="https://redirect.github.com/sindresorhus/file-type/issues/669">#669</a>)</li> <li>See full diff in <a href="https://github.com/sindresorhus/file-type/compare/v19.5.0...v19.6.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=file-type&package-manager=npm_and_yarn&previous-version=19.5.0&new-version=19.6.0)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information