chore(deps): update dependency vite to ^6.1.0
All checks were successful
repod / xml (push) Successful in 10s
repod / php (push) Successful in 1m4s
repod / nodejs (push) Successful in 1m1s
repod / release (push) Has been skipped

This commit is contained in:
Renovate Bot 2025-02-06 00:07:17 +00:00
parent 097747e201
commit ecec5d22a1
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -18,7 +18,7 @@
"linkify-html": "^4.2.0",
"pinia": "^2.3.1",
"toastify-js": "^1.12.0",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vue": "^3.5.13",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^4.5.0"
@ -12098,14 +12098,14 @@
}
},
"node_modules/vite": {
"version": "6.0.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.11.tgz",
"integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz",
"integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.24.2",
"postcss": "^8.4.49",
"rollup": "^4.23.0"
"postcss": "^8.5.1",
"rollup": "^4.30.1"
},
"bin": {
"vite": "bin/vite.js"

View File

@ -27,7 +27,7 @@
"linkify-html": "^4.2.0",
"pinia": "^2.3.1",
"toastify-js": "^1.12.0",
"vite": "^6.0.11",
"vite": "^6.1.0",
"vue": "^3.5.13",
"vue-material-design-icons": "^5.3.1",
"vue-router": "^4.5.0"