build(deps): bump vite from 7.1.9 to 7.1.11 in /frontend (#654)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-10-22 10:22:04 +01:00 committed by GitHub
parent 339dbe6dbd
commit 6836062b00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@
"iconify-icon": "^3.0.1", "iconify-icon": "^3.0.1",
"picocrank": "^1.4.0", "picocrank": "^1.4.0",
"unplugin-vue-components": "^29.1.0", "unplugin-vue-components": "^29.1.0",
"vite": "^7.1.9", "vite": "^7.1.11",
"vue-router": "^4.5.1" "vue-router": "^4.5.1"
}, },
"devDependencies": { "devDependencies": {
@ -6081,9 +6081,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/vite": { "node_modules/vite": {
"version": "7.1.9", "version": "7.1.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz",
"integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"esbuild": "^0.25.0", "esbuild": "^0.25.0",

View File

@ -34,7 +34,7 @@
"iconify-icon": "^3.0.1", "iconify-icon": "^3.0.1",
"picocrank": "^1.4.0", "picocrank": "^1.4.0",
"unplugin-vue-components": "^29.1.0", "unplugin-vue-components": "^29.1.0",
"vite": "^7.1.9", "vite": "^7.1.11",
"vue-router": "^4.5.1" "vue-router": "^4.5.1"
} }
} }