Skip to content

Commit 2381a8b

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

File tree

4 files changed

+19
-24
lines changed

4 files changed

+19
-24
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ require (
2727
github.com/PuerkitoBio/goquery v1.10.1
2828
github.com/go-chi/chi/v5 v5.2.0
2929
github.com/go-chi/jwtauth/v5 v5.3.2
30-
github.com/puzpuzpuz/xsync/v3 v3.4.1
30+
github.com/puzpuzpuz/xsync/v3 v3.5.0
3131
github.com/rs/zerolog v1.33.0
32-
github.com/samber/lo v1.47.0
32+
github.com/samber/lo v1.48.0
3333
github.com/wk8/go-ordered-map/v2 v2.1.8
3434
github.com/yuin/goldmark v1.7.8
3535
golang.org/x/crypto v0.32.0

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,15 @@ github.com/puzpuzpuz/xsync/v3 v3.4.0 h1:DuVBAdXuGFHv8adVXjWWZ63pJq+NRXOWVXlKDBZ+
130130
github.com/puzpuzpuz/xsync/v3 v3.4.0/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
131131
github.com/puzpuzpuz/xsync/v3 v3.4.1 h1:wWXLKXwzpsduC3kUSahiL45MWxkGb+AQG0dsri4iftA=
132132
github.com/puzpuzpuz/xsync/v3 v3.4.1/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
133+
github.com/puzpuzpuz/xsync/v3 v3.5.0 h1:i+cMcpEDY1BkNm7lPDkCtE4oElsYLn+EKF8kAu2vXT4=
134+
github.com/puzpuzpuz/xsync/v3 v3.5.0/go.mod h1:VjzYrABPabuM4KyBh1Ftq6u8nhwY5tBPKP9jpmh0nnA=
133135
github.com/rs/xid v1.5.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg=
134136
github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8=
135137
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss=
136138
github.com/samber/lo v1.47.0 h1:z7RynLwP5nbyRscyvcD043DWYoOcYRv3mV8lBeqOCLc=
137139
github.com/samber/lo v1.47.0/go.mod h1:RmDH9Ct32Qy3gduHQuKJ3gW1fMHAnE/fAzQuf6He5cU=
140+
github.com/samber/lo v1.48.0 h1:ELOfcaM7vdYPe0egBS2Nxa8LxkY4lR+9LBzj0l6cHJ0=
141+
github.com/samber/lo v1.48.0/go.mod h1:dO6KHFzUKXgP8LDhU0oI8d2hekjXnGOu0DB8Jecxd6o=
138142
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=
139143
github.com/segmentio/asm v1.2.0/go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs=
140144
github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8=

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"unplugin-icons": "^22.0.0",
6868
"unplugin-vue-components": "^28.0.0",
6969
"unplugin-vue-macros": "^2.13.11",
70-
"unplugin-vue-router": "^0.11.1",
70+
"unplugin-vue-router": "^0.11.2",
7171
"vite": "6.0.11",
7272
"vite-plugin-compression2": "^1.3.3",
7373
"vite-plugin-vue-layouts": "^0.11.0",
@@ -97,7 +97,7 @@
9797
"concurrently": "^9.1.2",
9898
"eventsourcemock": "^2.0.0",
9999
"jsdom": "^26.0.0",
100-
"lint-staged": "^15.4.2",
100+
"lint-staged": "^15.4.3",
101101
"prettier": "^3.4.2",
102102
"prettier-plugin-tailwindcss": "^0.6.11",
103103
"simple-git-hooks": "^2.11.1",

pnpm-lock.yaml

Lines changed: 11 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)