mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Merge pull request #729 from 0xJacky/renovate/all-minor-patch
chore(deps): update all non-major dependencies
This commit is contained in:
commit
369b945e1e
6 changed files with 435 additions and 438 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "nginx-ui-app-next",
|
||||
"type": "module",
|
||||
"version": "2.0.0-beta.41",
|
||||
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
|
||||
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
|
||||
"scripts": {
|
||||
"dev": "vite --host",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
|
@ -40,7 +40,7 @@
|
|||
"sortablejs": "^1.15.6",
|
||||
"sse.js": "^2.5.0",
|
||||
"universal-cookie": "^7.2.2",
|
||||
"unocss": "^0.64.1",
|
||||
"unocss": "^0.65.1",
|
||||
"vite-plugin-build-id": "0.5.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-dompurify-html": "^5.2.0",
|
||||
|
@ -65,16 +65,16 @@
|
|||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
||||
"@vue/compiler-sfc": "^3.5.13",
|
||||
"@vue/tsconfig": "^0.6.0",
|
||||
"@vue/tsconfig": "^0.7.0",
|
||||
"ace-builds": "^1.36.5",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"eslint": "9.14.0",
|
||||
"eslint": "9.17.0",
|
||||
"eslint-plugin-sonarjs": "^3.0.1",
|
||||
"less": "^4.2.1",
|
||||
"postcss": "^8.4.49",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"typescript": "5.6.3",
|
||||
"unplugin-auto-import": "^0.18.6",
|
||||
"typescript": "5.7.2",
|
||||
"unplugin-auto-import": "^0.19.0",
|
||||
"unplugin-vue-components": "^0.27.5",
|
||||
"unplugin-vue-define-options": "^1.5.3",
|
||||
"vite": "^6.0.3",
|
||||
|
|
803
app/pnpm-lock.yaml
generated
803
app/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
@ -11,9 +11,9 @@
|
|||
"vue": "^3.5.13"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.9.3",
|
||||
"less": "^4.2.0"
|
||||
"@types/node": "^22.10.2",
|
||||
"less": "^4.2.1"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
|
||||
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
|
||||
}
|
||||
|
|
46
docs/pnpm-lock.yaml
generated
46
docs/pnpm-lock.yaml
generated
|
@ -10,17 +10,17 @@ importers:
|
|||
dependencies:
|
||||
vitepress:
|
||||
specifier: ^1.5.0
|
||||
version: 1.5.0(@algolia/client-search@5.15.0)(@types/node@22.9.3)(less@4.2.0)(postcss@8.4.49)(search-insights@2.13.0)
|
||||
version: 1.5.0(@algolia/client-search@5.15.0)(@types/node@22.10.2)(less@4.2.1)(postcss@8.4.49)(search-insights@2.13.0)
|
||||
vue:
|
||||
specifier: ^3.5.13
|
||||
version: 3.5.13
|
||||
devDependencies:
|
||||
'@types/node':
|
||||
specifier: ^22.9.3
|
||||
version: 22.9.3
|
||||
specifier: ^22.10.2
|
||||
version: 22.10.2
|
||||
less:
|
||||
specifier: ^4.2.0
|
||||
version: 4.2.0
|
||||
specifier: ^4.2.1
|
||||
version: 4.2.1
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -409,8 +409,8 @@ packages:
|
|||
'@types/mdurl@2.0.0':
|
||||
resolution: {integrity: sha512-RGdgjQUZba5p6QEFAVx2OGb8rQDL/cPRG7GiedRzMcJ1tYnUANBncjbSB1NRGwbvjcPeikRABz2nshyPk1bhWg==}
|
||||
|
||||
'@types/node@22.9.3':
|
||||
resolution: {integrity: sha512-F3u1fs/fce3FFk+DAxbxc78DF8x0cY09RRL8GnXLmkJ1jvx3TtPdWoTT5/NiYfI5ASqXBmfqJi9dZ3gxMx4lzw==}
|
||||
'@types/node@22.10.2':
|
||||
resolution: {integrity: sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==}
|
||||
|
||||
'@types/unist@3.0.3':
|
||||
resolution: {integrity: sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==}
|
||||
|
@ -610,8 +610,8 @@ packages:
|
|||
resolution: {integrity: sha512-ZhMwEosbFJkA0YhFnNDgTM4ZxDRsS6HqTo7qsZM08fehyRYIYa0yHu5R6mgo1n/8MgaPBXiPimPD77baVFYg+A==}
|
||||
engines: {node: '>=12.13'}
|
||||
|
||||
less@4.2.0:
|
||||
resolution: {integrity: sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==}
|
||||
less@4.2.1:
|
||||
resolution: {integrity: sha512-CasaJidTIhWmjcqv0Uj5vccMI7pJgfD9lMkKtlnTHAdJdYK/7l8pM9tumLyJ0zhbD4KJLo/YvTj+xznQd5NBhg==}
|
||||
engines: {node: '>=6'}
|
||||
hasBin: true
|
||||
|
||||
|
@ -758,8 +758,8 @@ packages:
|
|||
tslib@2.8.1:
|
||||
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
||||
|
||||
undici-types@6.19.8:
|
||||
resolution: {integrity: sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==}
|
||||
undici-types@6.20.0:
|
||||
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==}
|
||||
|
||||
unist-util-is@6.0.0:
|
||||
resolution: {integrity: sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==}
|
||||
|
@ -1172,9 +1172,9 @@ snapshots:
|
|||
|
||||
'@types/mdurl@2.0.0': {}
|
||||
|
||||
'@types/node@22.9.3':
|
||||
'@types/node@22.10.2':
|
||||
dependencies:
|
||||
undici-types: 6.19.8
|
||||
undici-types: 6.20.0
|
||||
|
||||
'@types/unist@3.0.3': {}
|
||||
|
||||
|
@ -1182,9 +1182,9 @@ snapshots:
|
|||
|
||||
'@ungap/structured-clone@1.2.0': {}
|
||||
|
||||
'@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.9.3)(less@4.2.0))(vue@3.5.13)':
|
||||
'@vitejs/plugin-vue@5.2.0(vite@5.4.11(@types/node@22.10.2)(less@4.2.1))(vue@3.5.13)':
|
||||
dependencies:
|
||||
vite: 5.4.11(@types/node@22.9.3)(less@4.2.0)
|
||||
vite: 5.4.11(@types/node@22.10.2)(less@4.2.1)
|
||||
vue: 3.5.13
|
||||
|
||||
'@vue/compiler-core@3.5.13':
|
||||
|
@ -1412,7 +1412,7 @@ snapshots:
|
|||
|
||||
is-what@4.1.16: {}
|
||||
|
||||
less@4.2.0:
|
||||
less@4.2.1:
|
||||
dependencies:
|
||||
copy-anything: 2.0.6
|
||||
parse-node-version: 1.0.1
|
||||
|
@ -1590,7 +1590,7 @@ snapshots:
|
|||
|
||||
tslib@2.8.1: {}
|
||||
|
||||
undici-types@6.19.8: {}
|
||||
undici-types@6.20.0: {}
|
||||
|
||||
unist-util-is@6.0.0:
|
||||
dependencies:
|
||||
|
@ -1625,17 +1625,17 @@ snapshots:
|
|||
'@types/unist': 3.0.3
|
||||
vfile-message: 4.0.2
|
||||
|
||||
vite@5.4.11(@types/node@22.9.3)(less@4.2.0):
|
||||
vite@5.4.11(@types/node@22.10.2)(less@4.2.1):
|
||||
dependencies:
|
||||
esbuild: 0.21.5
|
||||
postcss: 8.4.49
|
||||
rollup: 4.27.4
|
||||
optionalDependencies:
|
||||
'@types/node': 22.9.3
|
||||
'@types/node': 22.10.2
|
||||
fsevents: 2.3.3
|
||||
less: 4.2.0
|
||||
less: 4.2.1
|
||||
|
||||
vitepress@1.5.0(@algolia/client-search@5.15.0)(@types/node@22.9.3)(less@4.2.0)(postcss@8.4.49)(search-insights@2.13.0):
|
||||
vitepress@1.5.0(@algolia/client-search@5.15.0)(@types/node@22.10.2)(less@4.2.1)(postcss@8.4.49)(search-insights@2.13.0):
|
||||
dependencies:
|
||||
'@docsearch/css': 3.8.0
|
||||
'@docsearch/js': 3.8.0(@algolia/client-search@5.15.0)(search-insights@2.13.0)
|
||||
|
@ -1644,7 +1644,7 @@ snapshots:
|
|||
'@shikijs/transformers': 1.23.1
|
||||
'@shikijs/types': 1.23.1
|
||||
'@types/markdown-it': 14.1.2
|
||||
'@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.9.3)(less@4.2.0))(vue@3.5.13)
|
||||
'@vitejs/plugin-vue': 5.2.0(vite@5.4.11(@types/node@22.10.2)(less@4.2.1))(vue@3.5.13)
|
||||
'@vue/devtools-api': 7.6.4
|
||||
'@vue/shared': 3.5.13
|
||||
'@vueuse/core': 11.3.0(vue@3.5.13)
|
||||
|
@ -1653,7 +1653,7 @@ snapshots:
|
|||
mark.js: 8.11.1
|
||||
minisearch: 7.1.1
|
||||
shiki: 1.23.1
|
||||
vite: 5.4.11(@types/node@22.9.3)(less@4.2.0)
|
||||
vite: 5.4.11(@types/node@22.10.2)(less@4.2.1)
|
||||
vue: 3.5.13
|
||||
optionalDependencies:
|
||||
postcss: 8.4.49
|
||||
|
|
4
go.mod
4
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/0xJacky/Nginx-UI
|
||||
|
||||
go 1.23.3
|
||||
go 1.23.4
|
||||
|
||||
require (
|
||||
github.com/0xJacky/pofile v0.2.1
|
||||
|
@ -10,7 +10,7 @@ require (
|
|||
github.com/creack/pty v1.1.24
|
||||
github.com/dgraph-io/ristretto/v2 v2.0.1
|
||||
github.com/dustin/go-humanize v1.0.1
|
||||
github.com/elliotchance/orderedmap/v2 v2.5.0
|
||||
github.com/elliotchance/orderedmap/v2 v2.6.0
|
||||
github.com/elliotchance/orderedmap/v3 v3.0.0
|
||||
github.com/fatih/color v1.18.0
|
||||
github.com/gin-contrib/static v1.1.2
|
||||
|
|
2
go.sum
2
go.sum
|
@ -858,6 +858,8 @@ github.com/ebitengine/purego v0.8.1/go.mod h1:iIjxzd6CiRiOG0UyXP+V1+jWqUXVjPKLAI
|
|||
github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=
|
||||
github.com/elliotchance/orderedmap/v2 v2.5.0 h1:WRPmWGChucaZ09eEd3UkU8XfVajv6ZZ6eg3+x0cLWPM=
|
||||
github.com/elliotchance/orderedmap/v2 v2.5.0/go.mod h1:85lZyVbpGaGvHvnKa7Qhx7zncAdBIBq6u56Hb1PRU5Q=
|
||||
github.com/elliotchance/orderedmap/v2 v2.6.0 h1:Zzo4k/u6hTRSt4NbYVphwOn5fBKlLpcbaV00INfJ1WI=
|
||||
github.com/elliotchance/orderedmap/v2 v2.6.0/go.mod h1:85lZyVbpGaGvHvnKa7Qhx7zncAdBIBq6u56Hb1PRU5Q=
|
||||
github.com/elliotchance/orderedmap/v3 v3.0.0/go.mod h1:G+Hc2RwaZvJMcS4JpGCOyViCnGeKf0bTYCGTO4uhjSo=
|
||||
github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
||||
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue