Bump github.com/gabriel-vasile/mimetype from 1.4.0 to 1.4.1 #98

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/gabriel-vasile/mimetype-1.4.1 into v3 2022-07-08 23:27:51 +03:00
dependabot[bot] commented 2022-07-08 20:19:20 +03:00 (Migrated from github.com)

Bumps github.com/gabriel-vasile/mimetype from 1.4.0 to 1.4.1.

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

v1.4.1

What's Changed

Security fixes

New detected formats

Bug fixes

New Contributors

Full Changelog: https://github.com/gabriel-vasile/mimetype/compare/v1.4.0...v1.4.1

v1.4.1-rc1

New Detected Formats

.png, image/vnd.mozilla.apng .ttc, font/collection .avif, image/avif .srt, application/x-subrip, alias: application/x-srt, text/x-srt .vtt, text/vtt

What's Changed

... (truncated)

Commits
  • 80fe766 Bump actions/checkout from 3.0.1 to 3.0.2 (#279)
  • 6398b29 Add fuzzing for charset and for detector functions (#299)
  • 42b3f45 Bump github/codeql-action from 2.1.14 to 2.1.15 (#300)
  • 262d2e4 Update dependency for CVE-2021-33194 (#298)
  • 0ff7d59 add support for application/vnd.shp and application/vnd.shx (#297)
  • a019443 Merge pull request #296 from gabriel-vasile/dependabot/github_actions/github/...
  • 9f8d151 Merge pull request #287 from gabriel-vasile/dependabot/github_actions/golangc...
  • 39836e7 Merge pull request #293 from gabriel-vasile/dependabot/github_actions/actions...
  • e4814fb Merge pull request #291 from gabriel-vasile/py
  • 7be1bb6 Bump github/codeql-action from 2.1.6 to 2.1.14
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 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)
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.0 to 1.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gabriel-vasile/mimetype/releases">github.com/gabriel-vasile/mimetype's releases</a>.</em></p> <blockquote> <h2>v1.4.1</h2> <h2>What's Changed</h2> <h3>Security fixes</h3> <ul> <li>Update dependency for CVE-2021-33194 by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/298">gabriel-vasile/mimetype#298</a></li> </ul> <h3>New detected formats</h3> <ul> <li>Add support for AVIF still and animated by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/210">gabriel-vasile/mimetype#210</a></li> <li>Add support for SubRip by <a href="https://github.com/joksas"><code>@​joksas</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/232">gabriel-vasile/mimetype#232</a></li> <li>Add support for WebVTT by <a href="https://github.com/joksas"><code>@​joksas</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/223">gabriel-vasile/mimetype#223</a></li> <li>Add APNG support. For <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/233">#233</a> by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/245">gabriel-vasile/mimetype#245</a></li> <li>Add support for .ttc font collection by <a href="https://github.com/dhanusaputra"><code>@​dhanusaputra</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/249">gabriel-vasile/mimetype#249</a></li> <li>Add InstallShield Cabinet archive file (.cab) support by <a href="https://github.com/ysyrota"><code>@​ysyrota</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/274">gabriel-vasile/mimetype#274</a></li> <li>add support for application/vnd.shp and application/vnd.shx by <a href="https://github.com/AliAkberAakash"><code>@​AliAkberAakash</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/297">gabriel-vasile/mimetype#297</a></li> </ul> <h3>Bug fixes</h3> <ul> <li>Update added support for big excel files by <a href="https://github.com/ThomasObenaus"><code>@​ThomasObenaus</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/191">gabriel-vasile/mimetype#191</a></li> <li>Fix JSON returned for partial documents when readLimit=0 by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/199">gabriel-vasile/mimetype#199</a></li> <li>limit max nesting depth by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/206">gabriel-vasile/mimetype#206</a></li> <li>Limit marc field terminator search to first 2048 bytes by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/217">gabriel-vasile/mimetype#217</a></li> <li>Require NdJSON to contain arrays and objects by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/219">gabriel-vasile/mimetype#219</a></li> <li>Check for null bytes for Cabinet files by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/218">gabriel-vasile/mimetype#218</a></li> <li>Fix svg detection when it starts with a comment by <a href="https://github.com/vitorduarte"><code>@​vitorduarte</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/193">gabriel-vasile/mimetype#193</a></li> <li>Fix detection for CFB files version 4 by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/240">gabriel-vasile/mimetype#240</a></li> <li>Fix json detected as dbf when it starts with low ascii values by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/241">gabriel-vasile/mimetype#241</a></li> <li>Improve TzIf format detection by <a href="https://github.com/n-vr"><code>@​n-vr</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/237">gabriel-vasile/mimetype#237</a></li> <li>Use CLSID for Office 97-2003 detection by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/243">gabriel-vasile/mimetype#243</a></li> <li>More accurate detection for Shapefile by <a href="https://github.com/dhanusaputra"><code>@​dhanusaputra</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/253">gabriel-vasile/mimetype#253</a></li> <li>add html utf8 bom signature by <a href="https://github.com/napalu"><code>@​napalu</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/268">gabriel-vasile/mimetype#268</a></li> <li>Change python main type from application to text by <a href="https://github.com/gabriel-vasile"><code>@​gabriel-vasile</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/291">gabriel-vasile/mimetype#291</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ThomasObenaus"><code>@​ThomasObenaus</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/191">gabriel-vasile/mimetype#191</a></li> <li><a href="https://github.com/vitorduarte"><code>@​vitorduarte</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/193">gabriel-vasile/mimetype#193</a></li> <li><a href="https://github.com/joksas"><code>@​joksas</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/232">gabriel-vasile/mimetype#232</a></li> <li><a href="https://github.com/n-vr"><code>@​n-vr</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/237">gabriel-vasile/mimetype#237</a></li> <li><a href="https://github.com/dhanusaputra"><code>@​dhanusaputra</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/249">gabriel-vasile/mimetype#249</a></li> <li><a href="https://github.com/napalu"><code>@​napalu</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/268">gabriel-vasile/mimetype#268</a></li> <li><a href="https://github.com/ysyrota"><code>@​ysyrota</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/274">gabriel-vasile/mimetype#274</a></li> <li><a href="https://github.com/AliAkberAakash"><code>@​AliAkberAakash</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/297">gabriel-vasile/mimetype#297</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gabriel-vasile/mimetype/compare/v1.4.0...v1.4.1">https://github.com/gabriel-vasile/mimetype/compare/v1.4.0...v1.4.1</a></p> <h2>v1.4.1-rc1</h2> <h2>New Detected Formats</h2> <p><strong>.png</strong>, image/vnd.mozilla.apng <strong>.ttc</strong>, font/collection <strong>.avif</strong>, image/avif <strong>.srt</strong>, application/x-subrip, alias: application/x-srt, text/x-srt <strong>.vtt</strong>, text/vtt</p> <h2>What's Changed</h2> <ul> <li>Update added support for big excel files by <a href="https://github.com/ThomasObenaus"><code>@​ThomasObenaus</code></a> in <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/pull/191">gabriel-vasile/mimetype#191</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/80fe766c9d4987e2176c2adf80411c7af3007ca5"><code>80fe766</code></a> Bump actions/checkout from 3.0.1 to 3.0.2 (<a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/279">#279</a>)</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/6398b29999d43ba9118ba26fc2939f88f456b734"><code>6398b29</code></a> Add fuzzing for charset and for detector functions (<a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/299">#299</a>)</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/42b3f4532898d5e5605f270000c1f56e04926014"><code>42b3f45</code></a> Bump github/codeql-action from 2.1.14 to 2.1.15 (<a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/300">#300</a>)</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/262d2e491badecc937f983e04db8cfc3b39fc2aa"><code>262d2e4</code></a> Update dependency for CVE-2021-33194 (<a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/298">#298</a>)</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/0ff7d59968aa01a06909062acc7f593596d8752c"><code>0ff7d59</code></a> add support for application/vnd.shp and application/vnd.shx (<a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/297">#297</a>)</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/a019443dbd7bd684b1de25a33694c3e4a4c32a9a"><code>a019443</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/296">#296</a> from gabriel-vasile/dependabot/github_actions/github/...</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/9f8d15102128be5148462c94fc09bf1c2dd2b6fd"><code>9f8d151</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/287">#287</a> from gabriel-vasile/dependabot/github_actions/golangc...</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/39836e7bb79e444112172ccb3b94d7bdea31e2e7"><code>39836e7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/293">#293</a> from gabriel-vasile/dependabot/github_actions/actions...</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/e4814fb5f3961651ba7ad88e6d69b2e548ad2a7f"><code>e4814fb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gabriel-vasile/mimetype/issues/291">#291</a> from gabriel-vasile/py</li> <li><a href="https://github.com/gabriel-vasile/mimetype/commit/7be1bb6aa2726109fb1ccbbeb375cf9ddcf3cf46"><code>7be1bb6</code></a> Bump github/codeql-action from 2.1.6 to 2.1.14</li> <li>Additional commits viewable in <a href="https://github.com/gabriel-vasile/mimetype/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gabriel-vasile/mimetype&package-manager=go_modules&previous-version=1.4.0&new-version=1.4.1)](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 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>
github-actions[bot] (Migrated from github.com) approved these changes 2022-07-08 20:19:38 +03:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-store-s3#98
No description provided.