Bump vite from 5.3.5 to 5.4.0

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.5 to 5.4.0.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@5.4.0/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-10 16:03:41 +00:00 committed by anotherfrench
parent db3c389cd0
commit 91752b0fd0
2 changed files with 10 additions and 7 deletions

15
package-lock.json generated
View File

@ -33,7 +33,7 @@
"svelte-sitemap": "^2.6.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.0.0",
"vite": "^5.0.3"
"vite": "^5.4.0"
}
},
"node_modules/@alloc/quick-lru": {
@ -4496,14 +4496,13 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "5.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.3.5.tgz",
"integrity": "sha512-MdjglKR6AQXQb9JGiS7Rc2wC6uMjcm7Go/NHNO63EwiJXfuk9PgqiP/n5IDJCziMkfw9n4Ubp7lttNwz+8ZVKA==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz",
"integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.39",
"postcss": "^8.4.40",
"rollup": "^4.13.0"
},
"bin": {
@ -4523,6 +4522,7 @@
"less": "*",
"lightningcss": "^1.21.0",
"sass": "*",
"sass-embedded": "*",
"stylus": "*",
"sugarss": "*",
"terser": "^5.4.0"
@ -4540,6 +4540,9 @@
"sass": {
"optional": true
},
"sass-embedded": {
"optional": true
},
"stylus": {
"optional": true
},

View File

@ -43,7 +43,7 @@
"svelte-sitemap": "^2.6.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.0.0",
"vite": "^5.0.3"
"vite": "^5.4.0"
},
"type": "module",
"dependencies": {