Skip to content

Commit c420f7e

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf9c93f commit c420f7e

File tree

6 files changed

+284
-189
lines changed

6 files changed

+284
-189
lines changed

.github/workflows/chromatic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
group: generic
2222
steps:
2323
- name: Checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
27-
- uses: actions/setup-node@v4
27+
- uses: actions/setup-node@v5
2828
with:
29-
node-version: 22.18.0
29+
node-version: 22.20.0
3030
- name: Install dependencies
3131
run: npm ci
3232
working-directory: frontend/

client/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.25.0
55
replace (
66
// forked go-yaml that introduces RawYAML interface, which can be used to populate YAML fields using bytes
77
// which are then encoded as a valid YAML blocks with proper indentiation
8-
gopkg.in/yaml.v3 => github.com/unix4ever/yaml v0.0.0-20220527175918-f17b0f05cf2c
8+
gopkg.in/yaml.v3 => github.com/unix4ever/yaml/v2 v2.4.0
99
// our fork for tcpproxy with fixes
1010
inet.af/tcpproxy => github.com/smira/tcpproxy v0.0.0-20200125044825-b6bb9b5b8252
1111
)
1212

1313
require (
14-
github.com/ProtonMail/gopenpgp/v2 v2.9.0
14+
github.com/ProtonMail/gopenpgp/v3 v3.3.0
1515
github.com/adrg/xdg v0.5.3
1616
github.com/blang/semver/v4 v4.0.0
1717
github.com/cosi-project/runtime v1.11.0
@@ -26,7 +26,7 @@ require (
2626
github.com/jxskiss/base62 v1.1.0
2727
github.com/klauspost/compress v1.18.0
2828
github.com/mattn/go-isatty v0.0.20
29-
github.com/planetscale/vtprotobuf v0.6.1-0.20241121165744-79df5c4772f2
29+
github.com/planetscale/vtprotobuf ba97887b0a25
3030
github.com/sergi/go-diff v1.4.0
3131
github.com/siderolabs/gen v0.8.5
3232
github.com/siderolabs/go-api-signature v0.3.8
@@ -35,7 +35,7 @@ require (
3535
github.com/siderolabs/image-factory v0.8.4
3636
github.com/siderolabs/proto-codec v0.1.2
3737
github.com/siderolabs/siderolink v0.3.15
38-
github.com/siderolabs/talos/pkg/machinery v1.11.1
38+
github.com/siderolabs/talos/pkg/machinery v1.11.2
3939
github.com/spf13/cobra v1.10.1
4040
github.com/stretchr/testify v1.11.1
4141
github.com/xlab/treeprint v1.2.0
@@ -44,9 +44,9 @@ require (
4444
golang.org/x/term v0.35.0
4545
google.golang.org/grpc v1.75.1
4646
google.golang.org/protobuf v1.36.9
47-
gopkg.in/yaml.v2 v2.4.0
47+
gopkg.in/yaml.v3 v3.0.1
4848
gopkg.in/yaml.v3 v3.0.3
49-
k8s.io/client-go v0.35.0-alpha.0
49+
k8s.io/client-go v11.0.0+incompatible
5050
)
5151

5252
require (

0 commit comments

Comments
 (0)