chore(deps-dev): bump vite from 5.4.14 to 5.4.16 in /src/frontend (#7365)

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

---
updated-dependencies:
- dependency-name: vite
  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] 2025-03-31 18:49:45 +00:00 committed by GitHub
commit 3a5dbb2aa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

View file

@ -123,7 +123,7 @@
"tailwindcss-dotted-background": "^1.1.0",
"typescript": "^5.4.5",
"ua-parser-js": "^1.0.38",
"vite": "^5.4.14"
"vite": "^5.4.16"
}
},
"node_modules/@adobe/css-tools": {
@ -15594,9 +15594,10 @@
}
},
"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.16",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.16.tgz",
"integrity": "sha512-Y5gnfp4NemVfgOTDQAunSD4346fal44L9mszGGY/e+qxsRT5y1sMlS/8tiQ8AFAp+MFgYNSINdfEchJiPm41vQ==",
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.43",

View file

@ -146,6 +146,6 @@
"tailwindcss-dotted-background": "^1.1.0",
"typescript": "^5.4.5",
"ua-parser-js": "^1.0.38",
"vite": "^5.4.14"
"vite": "^5.4.16"
}
}