Bump vite from 5.4.14 to 5.4.21 in /web (#714)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.14 to 5.4.21.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 5.4.21
  dependency-type: direct:development
...

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]
2026-02-05 08:51:27 +01:00
committed by GitHub
parent f864b55019
commit 7c5d6012dd
2 changed files with 5 additions and 5 deletions

8
web/package-lock.json generated
View File

@@ -72,7 +72,7 @@
"tailwindcss": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.4"
"vite": "^5.4.21"
}
},
"node_modules/@ampproject/remapping": {
@@ -6700,9 +6700,9 @@
}
},
"node_modules/vite": {
"version": "5.4.14",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz",
"integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==",
"version": "5.4.21",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.21.tgz",
"integrity": "sha512-o5a9xKjbtuhY6Bi5S3+HvbRERmouabWbyUcpXXUA1u+GNUKoROi9byOJ8M0nHbHYHkYICiMlqxkg1KkYmm25Sw==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",

View File

@@ -25,7 +25,7 @@
"tailwindcss": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vite": "^5.4.4"
"vite": "^5.4.21"
},
"type": "module",
"dependencies": {