Skip to content

Commit f394444

Browse files
chore(deps): update all non-major dependencies
1 parent 777ac24 commit f394444

9 files changed

+479
-304
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: Set up Go
141141
uses: actions/setup-go@v5
142142
with:
143-
go-version: ^1.24.0
143+
go-version: ^1.24.1
144144
cache: false
145145

146146
- name: Setup environment

.github/workflows/weblate-pull.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Python
2222
uses: actions/setup-python@v5
2323
with:
24-
python-version: '3.10'
24+
python-version: '3.13.2'
2525

2626
- name: Install wlc
2727
run: pip install wlc

.github/workflows/weblate-sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup python
5252
uses: actions/setup-python@v5
5353
with:
54-
python-version: '3.10'
54+
python-version: '3.13.2'
5555

5656
- name: Install wlc
5757
run: pip install wlc

app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nginx-ui-app-next",
33
"type": "module",
44
"version": "2.0.0-rc.4",
5-
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
5+
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6",
66
"scripts": {
77
"dev": "vite --host",
88
"typecheck": "vue-tsc --noEmit",
@@ -27,7 +27,7 @@
2727
"@xterm/xterm": "^5.5.0",
2828
"ant-design-vue": "^4.2.6",
2929
"apexcharts": "^4.5.0",
30-
"axios": "^1.8.1",
30+
"axios": "^1.8.3",
3131
"dayjs": "^1.11.13",
3232
"highlight.js": "^11.11.1",
3333
"jsencrypt": "^3.3.2",
@@ -53,9 +53,9 @@
5353
"vuedraggable": "^4.1.0"
5454
},
5555
"devDependencies": {
56-
"@antfu/eslint-config": "^4.3.0",
56+
"@antfu/eslint-config": "^4.10.1",
5757
"@iconify-json/fa": "1.2.1",
58-
"@iconify-json/tabler": "^1.2.16",
58+
"@iconify-json/tabler": "^1.2.17",
5959
"@iconify/tools": "^4.1.1",
6060
"@iconify/types": "^2.0.0",
6161
"@iconify/utils": "^2.3.0",
@@ -68,16 +68,16 @@
6868
"@vue/compiler-sfc": "^3.5.13",
6969
"@vue/tsconfig": "^0.7.0",
7070
"ace-builds": "^1.39.0",
71-
"autoprefixer": "^10.4.20",
72-
"eslint": "9.21.0",
71+
"autoprefixer": "^10.4.21",
72+
"eslint": "9.22.0",
7373
"eslint-plugin-sonarjs": "^3.0.2",
7474
"less": "^4.2.2",
7575
"postcss": "^8.5.3",
7676
"typescript": "5.8.2",
7777
"unplugin-auto-import": "^19.1.1",
7878
"unplugin-vue-components": "^28.4.1",
7979
"unplugin-vue-define-options": "^1.5.5",
80-
"vite": "^6.2.0",
80+
"vite": "^6.2.2",
8181
"vite-svg-loader": "^5.1.0",
8282
"vue-tsc": "^2.2.8"
8383
}

app/pnpm-lock.yaml

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

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"vue": "^3.5.13"
1212
},
1313
"devDependencies": {
14-
"@types/node": "^22.13.8",
14+
"@types/node": "^22.13.10",
1515
"less": "^4.2.2"
1616
},
1717
"license": "AGPL-3.0",
18-
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
18+
"packageManager": "pnpm@10.6.3+sha512.bb45e34d50a9a76e858a95837301bfb6bd6d35aea2c5d52094fa497a467c43f5c440103ce2511e9e0a2f89c3d6071baac3358fc68ac6fb75e2ceb3d2736065e6"
1919
}

docs/pnpm-lock.yaml

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

go.mod

+17-16
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/0xJacky/Nginx-UI
22

3-
go 1.24.0
3+
go 1.24.1
44

55
require (
66
github.com/0xJacky/pofile v0.2.1
77
github.com/BurntSushi/toml v1.4.0
88
github.com/caarlos0/env/v11 v11.3.1
9-
github.com/casdoor/casdoor-go-sdk v1.4.0
9+
github.com/casdoor/casdoor-go-sdk v1.5.0
1010
github.com/creack/pty v1.1.24
1111
github.com/dgraph-io/ristretto/v2 v2.1.0
1212
github.com/dustin/go-humanize v1.0.1
@@ -15,10 +15,10 @@ require (
1515
github.com/gin-contrib/static v1.1.3
1616
github.com/gin-gonic/gin v1.10.0
1717
github.com/go-acme/lego/v4 v4.22.2
18-
github.com/go-co-op/gocron/v2 v2.16.0
18+
github.com/go-co-op/gocron/v2 v2.16.1
1919
github.com/go-playground/validator/v10 v10.25.0
2020
github.com/go-resty/resty/v2 v2.16.5
21-
github.com/go-webauthn/webauthn v0.12.1
21+
github.com/go-webauthn/webauthn v0.12.2
2222
github.com/golang-jwt/jwt/v5 v5.2.1
2323
github.com/google/uuid v1.6.0
2424
github.com/gorilla/websocket v1.5.3
@@ -35,11 +35,11 @@ require (
3535
github.com/spf13/cast v1.7.1
3636
github.com/stretchr/testify v1.10.0
3737
github.com/tufanbarisyildirim/gonginx v0.0.0-20250120210832-12a9c7ae0c8a
38-
github.com/uozi-tech/cosy v1.14.5
38+
github.com/uozi-tech/cosy v1.15.5
3939
github.com/uozi-tech/cosy-driver-sqlite v0.2.1
4040
github.com/urfave/cli/v3 v3.0.0-beta1
41-
golang.org/x/crypto v0.35.0
42-
golang.org/x/net v0.35.0
41+
golang.org/x/crypto v0.36.0
42+
golang.org/x/net v0.37.0
4343
gopkg.in/ini.v1 v1.67.0
4444
gorm.io/driver/sqlite v1.5.7
4545
gorm.io/gen v0.3.26
@@ -93,8 +93,8 @@ require (
9393
github.com/benbjohnson/clock v1.3.5 // indirect
9494
github.com/boombuler/barcode v1.0.2 // indirect
9595
github.com/bsm/redislock v0.9.4 // indirect
96-
github.com/bytedance/sonic v1.12.9 // indirect
97-
github.com/bytedance/sonic/loader v0.2.3 // indirect
96+
github.com/bytedance/sonic v1.13.1 // indirect
97+
github.com/bytedance/sonic/loader v0.2.4 // indirect
9898
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
9999
github.com/cespare/xxhash/v2 v2.3.0 // indirect
100100
github.com/civo/civogo v0.3.94 // indirect
@@ -124,7 +124,7 @@ require (
124124
github.com/go-playground/universal-translator v0.18.1 // indirect
125125
github.com/go-sql-driver/mysql v1.9.0 // indirect
126126
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
127-
github.com/go-webauthn/x v0.1.18 // indirect
127+
github.com/go-webauthn/x v0.1.19 // indirect
128128
github.com/goccy/go-json v0.10.5 // indirect
129129
github.com/gofrs/flock v0.12.1 // indirect
130130
github.com/gogo/protobuf v1.3.2 // indirect
@@ -137,6 +137,7 @@ require (
137137
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
138138
github.com/gophercloud/gophercloud v1.14.1 // indirect
139139
github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56 // indirect
140+
github.com/guregu/null/v6 v6.0.0 // indirect
140141
github.com/hashicorp/errwrap v1.1.0 // indirect
141142
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
142143
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -255,15 +256,15 @@ require (
255256
go.uber.org/multierr v1.11.0 // indirect
256257
go.uber.org/ratelimit v0.3.1 // indirect
257258
go.uber.org/zap v1.27.0 // indirect
258-
golang.org/x/arch v0.14.0 // indirect
259+
golang.org/x/arch v0.15.0 // indirect
259260
golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect
260-
golang.org/x/mod v0.23.0 // indirect
261+
golang.org/x/mod v0.24.0 // indirect
261262
golang.org/x/oauth2 v0.26.0 // indirect
262-
golang.org/x/sync v0.11.0 // indirect
263-
golang.org/x/sys v0.30.0 // indirect
264-
golang.org/x/text v0.22.0 // indirect
263+
golang.org/x/sync v0.12.0 // indirect
264+
golang.org/x/sys v0.31.0 // indirect
265+
golang.org/x/text v0.23.0 // indirect
265266
golang.org/x/time v0.10.0 // indirect
266-
golang.org/x/tools v0.30.0 // indirect
267+
golang.org/x/tools v0.31.0 // indirect
267268
google.golang.org/api v0.221.0 // indirect
268269
google.golang.org/genproto v0.0.0-20250218202821-56aae31c358a // indirect
269270
google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a // indirect

0 commit comments

Comments
 (0)