Skip to content

Commit 99b03ee

Browse files
authored
Merge pull request #1173 from 0xJacky/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents ce4e5e9 + 366de1b commit 99b03ee

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nginx-ui-app-next",
33
"type": "module",
44
"version": "2.1.7",
5-
"packageManager": "pnpm@10.12.2+sha512.a32540185b964ee30bb4e979e405adc6af59226b438ee4cc19f9e8773667a66d302f5bfee60a39d3cac69e35e4b96e708a71dd002b7e9359c4112a1722ac323f",
5+
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417",
66
"scripts": {
77
"dev": "vite --host",
88
"typecheck": "vue-tsc --noEmit",

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"vue": "^3.5.17"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^22.15.32",
14+
"@types/node": "^22.15.33",
1515
"less": "^4.3.0"
1616
},
1717
"license": "AGPL-3.0",
18-
"packageManager": "pnpm@10.12.2+sha512.a32540185b964ee30bb4e979e405adc6af59226b438ee4cc19f9e8773667a66d302f5bfee60a39d3cac69e35e4b96e708a71dd002b7e9359c4112a1722ac323f"
18+
"packageManager": "pnpm@10.12.3+sha512.467df2c586056165580ad6dfb54ceaad94c5a30f80893ebdec5a44c5aa73c205ae4a5bb9d5ed6bb84ea7c249ece786642bbb49d06a307df218d03da41c317417"
1919
}

docs/pnpm-lock.yaml

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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ require (
1414
github.com/casdoor/casdoor-go-sdk v1.5.0
1515
github.com/creack/pty v1.1.24
1616
github.com/dgraph-io/ristretto/v2 v2.2.0
17-
github.com/docker/docker v28.2.2+incompatible
17+
github.com/docker/docker v28.3.0+incompatible
1818
github.com/dustin/go-humanize v1.0.1
1919
github.com/elliotchance/orderedmap/v3 v3.1.0
2020
github.com/fsnotify/fsnotify v1.9.0
21+
github.com/gin-contrib/cors v1.7.6
2122
github.com/gin-contrib/pprof v1.5.3
2223
github.com/gin-contrib/static v1.1.5
2324
github.com/gin-gonic/gin v1.10.1
@@ -127,7 +128,6 @@ require (
127128
github.com/felixge/httpsnoop v1.0.4 // indirect
128129
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
129130
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
130-
github.com/gin-contrib/cors v1.7.6 // indirect
131131
github.com/gin-contrib/sse v1.1.0 // indirect
132132
github.com/go-errors/errors v1.5.1 // indirect
133133
github.com/go-jose/go-jose/v4 v4.1.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,8 @@ github.com/docker/docker v28.2.1+incompatible h1:aTSWVTDStpHbnRu0xBcGoJEjRf5EQKt
954954
github.com/docker/docker v28.2.1+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
955955
github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw=
956956
github.com/docker/docker v28.2.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
957+
github.com/docker/docker v28.3.0+incompatible h1:ffS62aKWupCWdvcee7nBU9fhnmknOqDPaJAMtfK0ImQ=
958+
github.com/docker/docker v28.3.0+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
957959
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
958960
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
959961
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=

0 commit comments

Comments
 (0)