Skip to content

Commit dcf261f

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

File tree

4 files changed

+126
-66
lines changed

4 files changed

+126
-66
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
golang.org/x/crypto v0.29.0
3636
golang.org/x/sync v0.9.0
3737
google.golang.org/grpc v1.68.0
38-
google.golang.org/protobuf v1.35.1
38+
google.golang.org/protobuf v1.35.2
3939
)
4040

4141
require (

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ google.golang.org/protobuf v1.34.2 h1:6xV6lTsCfpGD21XK49h7MhtcApnLqkfYgPcdHftf6h
255255
google.golang.org/protobuf v1.34.2/go.mod h1:qYOHts0dSfpeUzUFpOMr/WGzszTmLH+DiWniOlNbLDw=
256256
google.golang.org/protobuf v1.35.1 h1:m3LfL6/Ca+fqnjnlqQXNpFPABW1UD7mjh8KO2mKFytA=
257257
google.golang.org/protobuf v1.35.1/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
258+
google.golang.org/protobuf v1.35.2 h1:8Ar7bF+apOIoThw1EdZl0p1oWvMqTHmpA2fRTyZO8io=
259+
google.golang.org/protobuf v1.35.2/go.mod h1:9fA7Ob0pmnwhb644+1+CVWFRbNajQ6iRojtC/QF5bRE=
258260
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
259261
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
260262
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

package.json

Lines changed: 4 additions & 4 deletions
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": "pnpm@9.13.0",
9+
"packageManager": "pnpm@9.13.1",
1010
"type": "module",
1111
"repository": {
1212
"type": "git",
@@ -63,14 +63,14 @@
6363
"sortablejs": "^1.15.3",
6464
"splitpanes": "^3.1.5",
6565
"strip-ansi": "^7.1.0",
66-
"tailwindcss": "^3.4.14",
67-
"unplugin-auto-import": "^0.18.3",
66+
"tailwindcss": "^3.4.15",
67+
"unplugin-auto-import": "^0.18.4",
6868
"unplugin-icons": "^0.20.1",
6969
"unplugin-vue-components": "^0.27.4",
7070
"unplugin-vue-macros": "^2.13.3",
7171
"unplugin-vue-router": "^0.10.8",
7272
"vite": "5.4.11",
73-
"vite-plugin-compression2": "^1.3.0",
73+
"vite-plugin-compression2": "^1.3.1",
7474
"vite-plugin-vue-layouts": "^0.11.0",
7575
"vite-svg-loader": "^5.1.0",
7676
"vitepress": "1.5.0",

0 commit comments

Comments
 (0)