chore(deps): update all non-major dependencies (#1623)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-04-04 11:06:43 +08:00
committed by GitHub
parent d454a2a9d2
commit edf92e4ffe
6 changed files with 397 additions and 379 deletions

View File

@@ -20,8 +20,8 @@
"@simplewebauthn/browser": "^13.3.0",
"@uozi-admin/curd": "^4.19.5",
"@uozi-admin/request": "^2.9.1",
"@vue/reactivity": "^3.5.31",
"@vue/shared": "^3.5.31",
"@vue/reactivity": "^3.5.32",
"@vue/shared": "^3.5.32",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"@vueuse/integrations": "^14.2.1",
@@ -50,7 +50,7 @@
"unocss": "^66.6.7",
"uuid": "^13.0.0",
"vite-plugin-build-id": "0.7.0",
"vue": "^3.5.31",
"vue": "^3.5.32",
"vue-dompurify-html": "^5.3.0",
"vue-echarts": "^8.0.1",
"vue-router": "^5.0.4",
@@ -74,11 +74,11 @@
"@vitejs/plugin-legacy": "^8.0.1",
"@vitejs/plugin-vue": "^6.0.5",
"@vitejs/plugin-vue-jsx": "^5.1.5",
"@vue/compiler-sfc": "^3.5.31",
"@vue/compiler-sfc": "^3.5.32",
"@vue/tsconfig": "^0.9.1",
"ace-builds": "^1.43.6",
"autoprefixer": "^10.4.27",
"eslint": "^10.1.0",
"eslint": "^10.2.0",
"eslint-plugin-sonarjs": "^4.0.2",
"less": "^4.6.4",
"postcss": "^8.5.8",

View File

@@ -8,10 +8,10 @@
},
"dependencies": {
"vitepress": "^1.6.4",
"vue": "^3.5.31"
"vue": "^3.5.32"
},
"devDependencies": {
"@types/node": "^24.12.0",
"@types/node": "^24.12.2",
"less": "^4.6.4"
},
"license": "AGPL-3.0",

2
go.mod
View File

@@ -13,7 +13,7 @@ require (
github.com/blevesearch/bleve/v2 v2.5.7
github.com/caarlos0/env/v11 v11.4.0
github.com/casdoor/casdoor-go-sdk v1.45.0
github.com/cloudflare/cloudflare-go/v6 v6.8.0
github.com/cloudflare/cloudflare-go/v6 v6.9.0
github.com/coreos/go-oidc/v3 v3.17.0
github.com/creack/pty v1.1.24
github.com/dgraph-io/ristretto/v2 v2.4.0

2
go.sum
View File

@@ -976,6 +976,8 @@ github.com/clbanning/mxj/v2 v2.7.0/go.mod h1:hNiWqW14h+kc+MdF9C6/YoRfjEJoR3ou6tn
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
github.com/cloudflare/cloudflare-go/v6 v6.8.0 h1:t1UV6Yc2T/MzEmiJgPRfIZZvpeBINNCMYHksn4nWsmk=
github.com/cloudflare/cloudflare-go/v6 v6.8.0/go.mod h1:Lj3MUqjvKctXRpdRhLQxZYRrNZHuRs0XYuH8JtQGyoI=
github.com/cloudflare/cloudflare-go/v6 v6.9.0 h1:RpImnN6YgC2Wcvhep/EtxIl1c0R1+ST1yOheGTjDjis=
github.com/cloudflare/cloudflare-go/v6 v6.9.0/go.mod h1:Lj3MUqjvKctXRpdRhLQxZYRrNZHuRs0XYuH8JtQGyoI=
github.com/cloudwego/base64x v0.1.6 h1:t11wG9AECkCDk5fMSoxmufanudBtJ+/HemLstXDLI2M=
github.com/cloudwego/base64x v0.1.6/go.mod h1:OFcloc187FXDaYHvrNIjxSe8ncn0OOM8gEHfghB2IPU=
github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc=

748
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,9 +26,9 @@ catalog:
'@vitejs/plugin-legacy': ^8.0.1
'@vitejs/plugin-vue': ^6.0.5
'@vitejs/plugin-vue-jsx': ^5.1.5
'@vue/compiler-sfc': ^3.5.31
'@vue/reactivity': ^3.5.31
'@vue/shared': ^3.5.31
'@vue/compiler-sfc': ^3.5.32
'@vue/reactivity': ^3.5.32
'@vue/shared': ^3.5.32
'@vue/tsconfig': ^0.9.1
'@vueuse/components': ^14.2.1
'@vueuse/core': ^14.2.1
@@ -44,7 +44,7 @@ catalog:
axios: ^1.14.0
dayjs: ^1.11.20
echarts: ^6.0.0
eslint: ^10.1.0
eslint: ^10.2.0
eslint-plugin-sonarjs: ^4.0.2
highlight.js: ^11.11.1
i18n-iso-countries: ^7.14.0
@@ -70,7 +70,7 @@ catalog:
vite: ^8.0.3
vite-plugin-build-id: 0.7.0
vite-svg-loader: ^5.1.1
vue: ^3.5.31
vue: ^3.5.32
vue-dompurify-html: ^5.3.0
vue-echarts: ^8.0.1
vue-router: ^5.0.4