Update dependency vite to v5.4.1
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 34s

This commit is contained in:
2024-08-15 14:00:58 +00:00
parent 55cc2ea2f0
commit 491b269224
2 changed files with 6 additions and 6 deletions

10
view/package-lock.json generated
View File

@@ -30,7 +30,7 @@
"typescript": "5.5.4",
"typescript-eslint": "8.1.0",
"unplugin-icons": "0.19.2",
"vite": "5.4.0"
"vite": "5.4.1"
}
},
"node_modules/@alloc/quick-lru": {
@@ -5010,14 +5010,14 @@
"dev": true
},
"node_modules/vite": {
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz",
"integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==",
"version": "5.4.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.1.tgz",
"integrity": "sha512-1oE6yuNXssjrZdblI9AfBbHCC41nnyoVoEZxQnID6yvQZAFBzxxkqoFLtHUMkYunL8hwOLEjgTuxpkRxvba3kA==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"rollup": "^4.13.0"
},
"bin": {

View File

@@ -34,7 +34,7 @@
"typescript": "5.5.4",
"typescript-eslint": "8.1.0",
"unplugin-icons": "0.19.2",
"vite": "5.4.0"
"vite": "5.4.1"
},
"type": "module"
}