Skip to content

Commit 1e6b7da

Browse files
fix(deps): update all non-major dependencies (#3741)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b8bc681 commit 1e6b7da

File tree

4 files changed

+55
-53
lines changed

4 files changed

+55
-53
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ require (
2727
github.com/PuerkitoBio/goquery v1.10.2
2828
github.com/go-chi/chi/v5 v5.2.1
2929
github.com/go-chi/jwtauth/v5 v5.3.3
30+
github.com/gorilla/websocket v1.5.3
3031
github.com/puzpuzpuz/xsync/v3 v3.5.1
3132
github.com/rs/zerolog v1.34.0
3233
github.com/samber/lo v1.49.1
3334
github.com/wk8/go-ordered-map/v2 v2.1.8
3435
github.com/yuin/goldmark v1.7.8
3536
golang.org/x/crypto v0.36.0
3637
golang.org/x/sync v0.12.0
37-
google.golang.org/grpc v1.71.0
38+
google.golang.org/grpc v1.71.1
3839
google.golang.org/protobuf v1.36.6
3940
k8s.io/api v0.32.3
4041
k8s.io/apimachinery v0.32.3
@@ -66,7 +67,6 @@ require (
6667
github.com/google/go-cmp v0.6.0 // indirect
6768
github.com/google/gofuzz v1.2.0 // indirect
6869
github.com/google/uuid v1.6.0 // indirect
69-
github.com/gorilla/websocket v1.5.3 // indirect
7070
github.com/josharian/intern v1.0.0 // indirect
7171
github.com/json-iterator/go v1.1.12 // indirect
7272
github.com/lestrrat-go/blackmagic v1.0.2 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ google.golang.org/grpc v1.70.0 h1:pWFv03aZoHzlRKHWicjsZytKAiYCtNS0dHbXnIdq7jQ=
346346
google.golang.org/grpc v1.70.0/go.mod h1:ofIJqVKDXx/JiXrwr2IG4/zwdH9txy3IlF40RmcJSQw=
347347
google.golang.org/grpc v1.71.0 h1:kF77BGdPTQ4/JZWMlb9VpJ5pa25aqvVqogsxNHHdeBg=
348348
google.golang.org/grpc v1.71.0/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
349+
google.golang.org/grpc v1.71.1 h1:ffsFWr7ygTUscGPI0KKK6TLrGz0476KUvvsbqWK0rPI=
350+
google.golang.org/grpc v1.71.1/go.mod h1:H0GRtasmQOh9LkFoCPDu3ZrwUtD1YGE+b2vYBYd/8Ec=
349351
google.golang.org/protobuf v1.36.5 h1:tPhr+woSbjfYvY6/GPufUoYizxw1cF/yFoxJ2fmpwlM=
350352
google.golang.org/protobuf v1.36.5/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
351353
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"bugs": {
77
"url": "https://github.com/amir20/dozzle/issues"
88
},
9-
"packageManager": "[email protected].0",
9+
"packageManager": "[email protected].1",
1010
"type": "module",
1111
"repository": {
1212
"type": "git",
@@ -92,7 +92,7 @@
9292
"@types/d3-shape": "^3.1.7",
9393
"@types/d3-transition": "^3.0.9",
9494
"@types/lodash.debounce": "^4.0.9",
95-
"@types/node": "^22.13.14",
95+
"@types/node": "^22.13.16",
9696
"@vitejs/plugin-vue": "5.2.3",
9797
"@vue/compiler-sfc": "^3.5.13",
9898
"@vue/test-utils": "^2.4.6",

0 commit comments

Comments
 (0)