Skip to content

Commit fc735f5

Browse files
chore(deps): update all non-major dependencies
1 parent 3111adf commit fc735f5

File tree

5 files changed

+157
-258
lines changed

5 files changed

+157
-258
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- name: Set up Go
157157
uses: actions/setup-go@v6
158158
with:
159-
go-version: ^1.25.3
159+
go-version: ^1.25.4
160160
cache: false
161161

162162
- name: Setup environment
@@ -322,7 +322,7 @@ jobs:
322322
- name: Set up Go
323323
uses: actions/setup-go@v6
324324
with:
325-
go-version: ^1.25.3
325+
go-version: ^1.25.4
326326
cache: false
327327

328328
- name: Setup environment

app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nginx-ui-app-next",
33
"type": "module",
44
"version": "2.2.0",
5-
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8",
5+
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
66
"scripts": {
77
"dev": "vite --host",
88
"typecheck": "vue-tsc --noEmit",
@@ -48,7 +48,7 @@
4848
"splitpanes": "^4.0.4",
4949
"sse.js": "^2.7.2",
5050
"universal-cookie": "^8.0.1",
51-
"unocss": "^66.5.4",
51+
"unocss": "^66.5.5",
5252
"uuid": "^13.0.0",
5353
"vite-plugin-build-id": "0.5.0",
5454
"vue": "^3.5.24",

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
},
99
"dependencies": {
1010
"vitepress": "^1.6.4",
11-
"vue": "^3.5.22"
11+
"vue": "^3.5.24"
1212
},
1313
"devDependencies": {
1414
"@types/node": "^24.10.0",
1515
"less": "^4.4.2"
1616
},
1717
"license": "AGPL-3.0",
18-
"packageManager": "pnpm@10.19.0+sha512.c9fc7236e92adf5c8af42fd5bf1612df99c2ceb62f27047032f4720b33f8eacdde311865e91c411f2774f618d82f320808ecb51718bfa82c060c4ba7c76a32b8"
18+
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
1919
}

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/0xJacky/Nginx-UI
22

3-
go 1.25.3
3+
go 1.25.4
44

55
require (
66
code.pfad.fr/risefront v1.0.0
@@ -35,6 +35,7 @@ require (
3535
github.com/nikoksr/notify v1.3.0
3636
github.com/nxadm/tail v1.4.11
3737
github.com/oschwald/geoip2-golang v1.13.0
38+
github.com/oschwald/geoip2-golang/v2 v2.0.0
3839
github.com/pkg/errors v0.9.1
3940
github.com/pquerna/otp v1.5.0
4041
github.com/pretty66/websocketproxy v0.0.0-20220507015215-930b3a686308
@@ -264,7 +265,6 @@ require (
264265
github.com/nzdjb/go-metaname v1.0.0 // indirect
265266
github.com/opencontainers/go-digest v1.0.0 // indirect
266267
github.com/opencontainers/image-spec v1.1.1 // indirect
267-
github.com/oschwald/geoip2-golang/v2 v2.0.0 // indirect
268268
github.com/oschwald/maxminddb-golang v1.13.1 // indirect
269269
github.com/oschwald/maxminddb-golang/v2 v2.1.0 // indirect
270270
github.com/ovh/go-ovh v1.9.0 // indirect

0 commit comments

Comments
 (0)