Skip to content

Commit dc9f402

Browse files
authoredOct 13, 2024··
fix(deps): update all non-major dependencies (#3327)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c2e3d5 commit dc9f402

File tree

4 files changed

+27
-25
lines changed

4 files changed

+27
-25
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/rs/zerolog v1.33.0
3232
github.com/samber/lo v1.47.0
3333
github.com/wk8/go-ordered-map/v2 v2.1.8
34-
github.com/yuin/goldmark v1.7.4
34+
github.com/yuin/goldmark v1.7.6
3535
golang.org/x/crypto v0.28.0
3636
golang.org/x/sync v0.8.0
3737
google.golang.org/grpc v1.67.1

‎go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
137137
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
138138
github.com/yuin/goldmark v1.7.4 h1:BDXOHExt+A7gwPCJgPIIq7ENvceR7we7rOS9TNoLZeg=
139139
github.com/yuin/goldmark v1.7.4/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
140+
github.com/yuin/goldmark v1.7.6 h1:cZgJxVh5mL5cu8KOnwxvFJy5TFB0BHUskZZyq7TYbDg=
141+
github.com/yuin/goldmark v1.7.6/go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E=
140142
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 h1:4K4tsIXefpVJtvA/8srF4V4y0akAoPHkIslgAkjixJA=
141143
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0/go.mod h1:jjdQuTGVsXV4vSs+CJ2qYDeDPf9yIJV23qlIzBm73Vg=
142144
go.opentelemetry.io/otel v1.28.0 h1:/SqNcYk+idO0CxKEUOtKQClMK/MimZihKYMruSMViUo=

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
"unplugin-auto-import": "^0.18.3",
6868
"unplugin-icons": "^0.19.3",
6969
"unplugin-vue-components": "^0.27.4",
70-
"unplugin-vue-macros": "^2.12.3",
70+
"unplugin-vue-macros": "^2.12.4",
7171
"unplugin-vue-router": "^0.10.8",
7272
"vite": "5.4.8",
7373
"vite-plugin-compression2": "^1.3.0",
7474
"vite-plugin-vue-layouts": "^0.11.0",
75-
"vitepress": "1.4.0",
75+
"vitepress": "1.4.1",
7676
"vue": "^3.5.12",
7777
"vue-i18n": "^10.0.4",
7878
"vue-router": "^4.4.5"

‎pnpm-lock.yaml

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)