Commit 3565f7c
authored
build(deps): bump github.com/klauspost/compress from 1.18.1 to 1.18.2 (#1957)
Bumps
[github.com/klauspost/compress](https://github.com/klauspost/compress)
from 1.18.1 to 1.18.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's
releases</a>.</em></p>
<blockquote>
<h2>v1.18.2</h2>
<h2>What's Changed</h2>
<ul>
<li>flate: Fix invalid encoding on level 9 with single value input by <a
href="https://github.com/klauspost"><code>@klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1115">klauspost/compress#1115</a></li>
<li>flate: reduce stateless allocations by <a
href="https://github.com/RXamzin"><code>@RXamzin</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1106">klauspost/compress#1106</a></li>
<li>build(deps): bump github/codeql-action from 3.30.5 to 4.31.2 in the
github-actions group by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/klauspost/compress/pull/1111">klauspost/compress#1111</a></li>
</ul>
<p><code>v1.18.1</code> is marked "retracted" due to invalid
flate/zip/gzip encoding.</p>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/RXamzin"><code>@RXamzin</code></a> made
their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/1106">klauspost/compress#1106</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/compress/compare/v1.18.1...v1.18.2">https://github.com/klauspost/compress/compare/v1.18.1...v1.18.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/klauspost/compress/commit/444d5d9b74cdd224f607dea687edfc584fd493f6"><code>444d5d9</code></a>
Fix invalid encoding on level 9 with single value input (<a
href="https://redirect.github.com/klauspost/compress/issues/1115">#1115</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/503c02816f2fbb1b1afa2de9c5e21146eb9aa812"><code>503c028</code></a>
build(deps): bump github/codeql-action in the github-actions group (<a
href="https://redirect.github.com/klauspost/compress/issues/1111">#1111</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/701ca28bd550f622eb2dbccf0d7bd412ac41b0ad"><code>701ca28</code></a>
flate: reduce stateless allocations (<a
href="https://redirect.github.com/klauspost/compress/issues/1106">#1106</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/e0b47ffa6861e3ce2ff3225f739ed234fb3df170"><code>e0b47ff</code></a>
Update changelog</li>
<li>See full diff in <a
href="https://github.com/klauspost/compress/compare/v1.18.1...v1.18.2">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 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>1 parent ed68d95 commit 3565f7c
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
| 158 | + | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments