Skip to content

Commit 6db969a

Browse files
fix(deps): update all dependencies
1 parent ee30422 commit 6db969a

File tree

6 files changed

+643
-619
lines changed

6 files changed

+643
-619
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3636

3737
- name: Setup Go ${{ matrix.go }}
3838
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
@@ -50,19 +50,19 @@ jobs:
5050
${{ runner.os }}-go-
5151
5252
- name: Setup Node.JS ${{ matrix.node }}
53-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
53+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
5454
with:
5555
node-version: ${{ matrix.node }}
5656
cache: 'yarn'
5757

5858
- name: Initialize CodeQL
59-
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
59+
uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
6060
with:
6161
languages: ${{ matrix.language }}
6262

6363

6464
- name: Autobuild
65-
uses: github/codeql-action/autobuild@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
65+
uses: github/codeql-action/autobuild@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7
6666

6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
68+
uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
18+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ jobs:
2020
node: [25.x]
2121
timeout-minutes: 10
2222
steps:
23-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
23+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2424

2525
- name: Setup Go ${{ matrix.go }}
2626
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
2727
with:
2828
go-version: ${{ matrix.go }}
2929

3030
- name: Setup Node.JS ${{ matrix.node }}
31-
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
31+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
3232
with:
3333
node-version: ${{ matrix.node }}
3434
cache: 'yarn'

tools/go.mod

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ require (
1313
)
1414

1515
require (
16-
github.com/evanw/esbuild v0.27.0
17-
github.com/golangci/golangci-lint/v2 v2.6.2
16+
github.com/evanw/esbuild v0.27.1
17+
github.com/golangci/golangci-lint/v2 v2.7.2
1818
github.com/psampaz/go-mod-outdated v0.9.0
19-
golang.org/x/tools v0.39.0
19+
golang.org/x/tools v0.40.0
2020
mvdan.cc/gofumpt v0.9.2
2121
)
2222

@@ -36,7 +36,7 @@ require (
3636
github.com/BurntSushi/toml v1.5.0 // indirect
3737
github.com/Djarvur/go-err113 v0.1.1 // indirect
3838
github.com/Masterminds/semver/v3 v3.4.0 // indirect
39-
github.com/MirrexOne/unqueryvet v1.2.1 // indirect
39+
github.com/MirrexOne/unqueryvet v1.3.0 // indirect
4040
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
4141
github.com/alecthomas/chroma/v2 v2.20.0 // indirect
4242
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
@@ -59,7 +59,7 @@ require (
5959
github.com/breml/errchkjson v0.4.1 // indirect
6060
github.com/butuzov/ireturn v0.4.0 // indirect
6161
github.com/butuzov/mirror v1.3.0 // indirect
62-
github.com/catenacyber/perfsprint v0.10.0 // indirect
62+
github.com/catenacyber/perfsprint v0.10.1 // indirect
6363
github.com/ccojocar/zxcvbn-go v1.0.4 // indirect
6464
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6565
github.com/charithe/durationcheck v0.0.11 // indirect
@@ -95,7 +95,7 @@ require (
9595
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
9696
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
9797
github.com/gobwas/glob v0.2.3 // indirect
98-
github.com/godoc-lint/godoc-lint v0.10.1 // indirect
98+
github.com/godoc-lint/godoc-lint v0.10.2 // indirect
9999
github.com/gofrs/flock v0.13.0 // indirect
100100
github.com/golang/protobuf v1.5.4 // indirect
101101
github.com/golangci/asciicheck v0.5.0 // indirect
@@ -115,7 +115,7 @@ require (
115115
github.com/gostaticanalysis/forcetypeassert v0.2.0 // indirect
116116
github.com/gostaticanalysis/nilerr v0.1.2 // indirect
117117
github.com/hashicorp/go-immutable-radix/v2 v2.1.0 // indirect
118-
github.com/hashicorp/go-version v1.7.0 // indirect
118+
github.com/hashicorp/go-version v1.8.0 // indirect
119119
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
120120
github.com/hashicorp/hcl v1.0.0 // indirect
121121
github.com/hexops/gotextdiff v1.0.3 // indirect
@@ -153,7 +153,7 @@ require (
153153
github.com/mattn/go-colorable v0.1.14 // indirect
154154
github.com/mattn/go-isatty v0.0.20 // indirect
155155
github.com/mattn/go-runewidth v0.0.16 // indirect
156-
github.com/mgechev/revive v1.12.0 // indirect
156+
github.com/mgechev/revive v1.13.0 // indirect
157157
github.com/minio/sha256-simd v1.0.1 // indirect
158158
github.com/mitchellh/go-homedir v1.1.0 // indirect
159159
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -197,27 +197,27 @@ require (
197197
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 // indirect
198198
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
199199
github.com/sashamelentyev/usestdlibvars v1.29.0 // indirect
200-
github.com/securego/gosec/v2 v2.22.10 // indirect
200+
github.com/securego/gosec/v2 v2.22.11-0.20251204091113-daccba6b93d7 // indirect
201201
github.com/sirupsen/logrus v1.9.3 // indirect
202202
github.com/sivchari/containedctx v1.0.3 // indirect
203203
github.com/sonatard/noctx v0.4.0 // indirect
204204
github.com/sourcegraph/go-diff v0.7.0 // indirect
205205
github.com/spaolacci/murmur3 v1.1.0 // indirect
206-
github.com/spf13/afero v1.14.0 // indirect
206+
github.com/spf13/afero v1.15.0 // indirect
207207
github.com/spf13/cast v1.5.0 // indirect
208-
github.com/spf13/cobra v1.10.1 // indirect
208+
github.com/spf13/cobra v1.10.2 // indirect
209209
github.com/spf13/jwalterweatherman v1.1.0 // indirect
210210
github.com/spf13/pflag v1.0.10 // indirect
211211
github.com/spf13/viper v1.12.0 // indirect
212212
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
213-
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
213+
github.com/stbenjam/no-sprintf-host-port v0.3.1 // indirect
214214
github.com/stretchr/objx v0.5.2 // indirect
215215
github.com/stretchr/testify v1.11.1 // indirect
216216
github.com/subosito/gotenv v1.4.1 // indirect
217217
github.com/tetafro/godot v1.5.4 // indirect
218218
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
219219
github.com/timonwong/loggercheck v0.11.0 // indirect
220-
github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect
220+
github.com/tomarrell/wrapcheck/v2 v2.12.0 // indirect
221221
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
222222
github.com/ultraware/funlen v0.2.0 // indirect
223223
github.com/ultraware/whitespace v0.2.0 // indirect
@@ -236,14 +236,14 @@ require (
236236
go.uber.org/automaxprocs v1.6.0 // indirect
237237
go.uber.org/multierr v1.11.0 // indirect
238238
go.uber.org/zap v1.27.0 // indirect
239-
golang.org/x/crypto v0.43.0 // indirect
239+
golang.org/x/crypto v0.45.0 // indirect
240240
golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
241241
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
242-
golang.org/x/mod v0.30.0 // indirect
243-
golang.org/x/sync v0.18.0 // indirect
244-
golang.org/x/sys v0.38.0 // indirect
245-
golang.org/x/telemetry v0.0.0-20251111182119-bc8e575c7b54 // indirect
246-
golang.org/x/text v0.30.0 // indirect
242+
golang.org/x/mod v0.31.0 // indirect
243+
golang.org/x/sync v0.19.0 // indirect
244+
golang.org/x/sys v0.39.0 // indirect
245+
golang.org/x/telemetry v0.0.0-20251203150158-8fff8a5912fc // indirect
246+
golang.org/x/text v0.31.0 // indirect
247247
google.golang.org/protobuf v1.36.10 // indirect
248248
gopkg.in/ini.v1 v1.67.0 // indirect
249249
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)