Skip to content

Commit fafe0f9

Browse files
build(deps): bump the go-dependencies group with 3 updates (#1625)
Bumps the go-dependencies group with 3 updates: [github.com/clipperhouse/uax29/v2](https://github.com/clipperhouse/uax29), [github.com/klauspost/compress](https://github.com/klauspost/compress) and [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4). Updates `github.com/clipperhouse/uax29/v2` from 2.3.0 to 2.3.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/clipperhouse/uax29/commit/b572a9d5b5ae601dd3046947df47fe387f45af14"><code>b572a9d</code></a> Fix codegen import</li> <li><a href="https://github.com/clipperhouse/uax29/commit/c11aa3641b1275e6bd78a5e274d305f66848544d"><code>c11aa36</code></a> Better handling of trivial case</li> <li><a href="https://github.com/clipperhouse/uax29/commit/12dfb9242d1925a27316d558a7fe838cb2a182e4"><code>12dfb92</code></a> Trivial cases</li> <li>See full diff in <a href="https://github.com/clipperhouse/uax29/compare/v2.3.0...v2.3.1">compare view</a></li> </ul> </details> <br /> Updates `github.com/klauspost/compress` from 1.18.2 to 1.18.3 <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.3</h2> <p>Downstream CVE-2025-61728</p> <p>See <a href="https://redirect.github.com/golang/go/issues/77102">golang/go#77102</a></p> <p><strong>Full Changelog</strong>: <a href="https://github.com/klauspost/compress/compare/v1.18.2...v1.18.3">https://github.com/klauspost/compress/compare/v1.18.2...v1.18.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/klauspost/compress/commit/1d6cf28a9eac67b569bb334c04e1dcb8bf02cf17"><code>1d6cf28</code></a> Downstream CVE-2025-61728</li> <li>See full diff in <a href="https://github.com/klauspost/compress/compare/v1.18.2...v1.18.3">compare view</a></li> </ul> </details> <br /> Updates `github.com/pierrec/lz4/v4` from 4.1.23 to 4.1.25 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pierrec/lz4/commit/ace844d9aa4689551c0679d4a700adb95f0c5cd1"><code>ace844d</code></a> State: do not wrap io.EOF</li> <li><a href="https://github.com/pierrec/lz4/commit/a6fe6d4072fb777a2e7a3bab930f5de8ce5763f8"><code>a6fe6d4</code></a> Merge pull request <a href="https://redirect.github.com/pierrec/lz4/issues/238">#238</a> from ncruces/ncruces</li> <li><a href="https://github.com/pierrec/lz4/commit/7aa3fed660712d5b16aa8bcad9913cf436c63ed4"><code>7aa3fed</code></a> Fix block tests.</li> <li><a href="https://github.com/pierrec/lz4/commit/6dfb2d648aba46961bc40f435a8467ea32e1e357"><code>6dfb2d6</code></a> Fix legacy reader test.</li> <li><a href="https://github.com/pierrec/lz4/commit/a72bd0ba2fe6b46422171fd294e081af81dde1a2"><code>a72bd0b</code></a> Fix SizeOption tests.</li> <li><a href="https://github.com/pierrec/lz4/commit/2a51f81be7b1c7f8e258ea4ef5064fc0279725ce"><code>2a51f81</code></a> Fix crash in TestReader.</li> <li>See full diff in <a href="https://github.com/pierrec/lz4/compare/v4.1.23...v4.1.25">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6bcba6f commit fafe0f9

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
- build(deps): `golang.org/x/net` from 0.48.0 to 0.49.0 ([#1613](https://github.com/fastly/cli/pull/1613))
3838
- build(deps): `golang.org/x/text` from 0.32.0 to 0.33.0 ([#1613](https://github.com/fastly/cli/pull/1613))
3939
- build(deps): `github.com/fastly/go-fastly/v12` from 12.1.0 to 12.1.1 ([#1613](https://github.com/fastly/cli/pull/1613))
40+
- build(deps): `github.com/clipperhouse/uax29/v2` from 2.3.0 to 2.3.1 ([#1625](https://github.com/fastly/cli/pull/1625))
41+
- build(deps): `github.com/klauspost/compress` from 1.18.2 to 1.18.3 ([#1625](https://github.com/fastly/cli/pull/1625))
42+
- build(deps): `github.com/pierrec/lz4/v4` from 4.1.23 to 4.1.25 ([#1625](https://github.com/fastly/cli/pull/1625))
4043

4144
## [v13.3.0](https://github.com/fastly/cli/releases/tag/v13.3.0) (2025-12-11)
4245

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040

4141
require (
4242
github.com/clipperhouse/stringish v0.1.1 // indirect
43-
github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
43+
github.com/clipperhouse/uax29/v2 v2.3.1 // indirect
4444
github.com/dnaeon/go-vcr v1.2.0 // indirect
4545
github.com/go-jose/go-jose/v4 v4.1.3 // indirect
4646
github.com/kr/pretty v0.3.1 // indirect
@@ -62,13 +62,13 @@ require (
6262
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
6363
github.com/hashicorp/go-hclog v1.6.3 // indirect
6464
github.com/hashicorp/go-uuid v1.0.3 // indirect
65-
github.com/klauspost/compress v1.18.2 // indirect
65+
github.com/klauspost/compress v1.18.3 // indirect
6666
github.com/klauspost/pgzip v1.2.6 // indirect
6767
github.com/mattn/go-colorable v0.1.14 // indirect
6868
github.com/mattn/go-runewidth v0.0.19 // indirect
6969
github.com/nwaples/rardecode v1.1.3 // indirect
7070
github.com/peterhellberg/link v1.2.0 // indirect
71-
github.com/pierrec/lz4/v4 v4.1.23 // indirect
71+
github.com/pierrec/lz4/v4 v4.1.25 // indirect
7272
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7373
github.com/ulikunitz/xz v0.5.15 // indirect
7474
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdn
1313
github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
1414
github.com/clipperhouse/stringish v0.1.1 h1:+NSqMOr3GR6k1FdRhhnXrLfztGzuG+VuFDfatpWHKCs=
1515
github.com/clipperhouse/stringish v0.1.1/go.mod h1:v/WhFtE1q0ovMta2+m+UbpZ+2/HEXNWYXQgCt4hdOzA=
16-
github.com/clipperhouse/uax29/v2 v2.3.0 h1:SNdx9DVUqMoBuBoW3iLOj4FQv3dN5mDtuqwuhIGpJy4=
17-
github.com/clipperhouse/uax29/v2 v2.3.0/go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g=
16+
github.com/clipperhouse/uax29/v2 v2.3.1 h1:RjM8gnVbFbgI67SBekIC7ihFpyXwRPYWXn9BZActHbw=
17+
github.com/clipperhouse/uax29/v2 v2.3.1/go.mod h1:Wn1g7MK6OoeDT0vL+Q0SQLDz/KpfsVRgg6W7ihQeh4g=
1818
github.com/coreos/go-oidc/v3 v3.17.0 h1:hWBGaQfbi0iVviX4ibC7bk8OKT5qNr4klBaCHVNvehc=
1919
github.com/coreos/go-oidc/v3 v3.17.0/go.mod h1:wqPbKFrVnE90vty060SB40FCJ8fTHTxSwyXJqZH+sI8=
2020
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
@@ -66,8 +66,8 @@ github.com/kennygrant/sanitize v1.2.4 h1:gN25/otpP5vAsO2djbMhF/LQX6R7+O1TB4yv8Nz
6666
github.com/kennygrant/sanitize v1.2.4/go.mod h1:LGsjYYtgxbetdg5owWB2mpgUL6e2nfw2eObZ0u0qvak=
6767
github.com/klauspost/compress v1.4.1/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
6868
github.com/klauspost/compress v1.11.4/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs=
69-
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
70-
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
69+
github.com/klauspost/compress v1.18.3 h1:9PJRvfbmTabkOX8moIpXPbMMbYN60bWImDDU7L+/6zw=
70+
github.com/klauspost/compress v1.18.3/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
7171
github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek=
7272
github.com/klauspost/pgzip v1.2.5/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs=
7373
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=
@@ -113,8 +113,8 @@ github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCko
113113
github.com/peterhellberg/link v1.2.0 h1:UA5pg3Gp/E0F2WdX7GERiNrPQrM1K6CVJUUWfHa4t6c=
114114
github.com/peterhellberg/link v1.2.0/go.mod h1:gYfAh+oJgQu2SrZHg5hROVRQe1ICoK0/HHJTcE0edxc=
115115
github.com/pierrec/lz4/v4 v4.1.2/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4=
116-
github.com/pierrec/lz4/v4 v4.1.23 h1:oJE7T90aYBGtFNrI8+KbETnPymobAhzRrR8Mu8n1yfU=
117-
github.com/pierrec/lz4/v4 v4.1.23/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
116+
github.com/pierrec/lz4/v4 v4.1.25 h1:kocOqRffaIbU5djlIBr7Wh+cx82C0vtFb0fOurZHqD0=
117+
github.com/pierrec/lz4/v4 v4.1.25/go.mod h1:EoQMVJgeeEOMsCqCzqFm2O0cJvljX2nGZjcRIPL34O4=
118118
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
119119
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
120120
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=

0 commit comments

Comments
 (0)