Skip to content

Commit

Permalink
Bump SixLabors.ImageSharp from 3.1.1 to 3.1.2 (#314)
Browse files Browse the repository at this point in the history
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp)
from 3.1.1 to 3.1.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/SixLabors/ImageSharp/releases">SixLabors.ImageSharp's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix Paeth Filter decode on platforms that do not support Ssse3 by <a
href="https://github.com/JimBobSquarePants"><code>@​JimBobSquarePants</code></a>
in <a
href="https://redirect.github.com/SixLabors/ImageSharp/pull/2618">SixLabors/ImageSharp#2618</a></li>
<li>Backport: Fix WebP animation speed bug by <a
href="https://github.com/JimBobSquarePants"><code>@​JimBobSquarePants</code></a>
in <a
href="https://redirect.github.com/SixLabors/ImageSharp/pull/2637">SixLabors/ImageSharp#2637</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2">https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/SixLabors/ImageSharp/commit/72d603bcc482523859f277884059af8ab602cb5c"><code>72d603b</code></a>
Merge pull request <a
href="https://redirect.github.com/SixLabors/ImageSharp/issues/2637">#2637</a>
from SixLabors/backport/webp-milliseconds</li>
<li><a
href="https://github.com/SixLabors/ImageSharp/commit/6570fc6c7446d594e20bc8c85e1404d48fc59862"><code>6570fc6</code></a>
Update WebpFrameMetadata.cs</li>
<li><a
href="https://github.com/SixLabors/ImageSharp/commit/4b162dbadff6e2e4f9ec7e865a654bbc22769fd6"><code>4b162db</code></a>
Merge pull request <a
href="https://redirect.github.com/SixLabors/ImageSharp/issues/2618">#2618</a>
from SixLabors/js/fix-sse3-paeth</li>
<li><a
href="https://github.com/SixLabors/ImageSharp/commit/9672d48bcc1bf858200c8f321b64b68986196e0d"><code>9672d48</code></a>
Fix Ssse3 Path decode</li>
<li>See full diff in <a
href="https://github.com/SixLabors/ImageSharp/compare/v3.1.1...v3.1.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SixLabors.ImageSharp&package-manager=nuget&previous-version=3.1.1&new-version=3.1.2)](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>
  • Loading branch information
jvyden authored Jan 1, 2024
2 parents d118856 + 07c1abc commit 68e13b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Refresh.GameServer/Refresh.GameServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<PackageReference Include="Pfim" Version="0.11.2" />
<PackageReference Include="Realm" Version="11.6.1" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.2" />
<PackageReference Include="EasyHotReload" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit 68e13b0

Please sign in to comment.