File tree Expand file tree Collapse file tree 5 files changed +20
-18
lines changed
Expand file tree Collapse file tree 5 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -954,6 +954,8 @@ github.com/docker/docker v28.2.1+incompatible h1:aTSWVTDStpHbnRu0xBcGoJEjRf5EQKt
954954github.com/docker/docker v28.2.1+incompatible /go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
955955github.com/docker/docker v28.2.2+incompatible h1:CjwRSksz8Yo4+RmQ339Dp/D2tGO5JxwYeqtMOEe0LDw =
956956github.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 =
957959github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c =
958960github.com/docker/go-connections v0.5.0 /go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc =
959961github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
You can’t perform that action at this time.
0 commit comments