build(deps-dev): bump vite in /frontend in the vite group

Bumps the vite group in /frontend with 1 update: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.0.9 to 6.0.11
- [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/v6.0.11/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-01-21 12:29:44 +00:00
committed by Quentin Gliech
parent 051b2d9e20
commit c50a8dada9
2 changed files with 6 additions and 5 deletions

View File

@@ -71,7 +71,7 @@
"storybook-react-i18next": "^3.2.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "6.0.9",
"vite": "6.0.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.4.4",
"vite-plugin-manifest-sri": "^0.2.0",
@@ -16026,10 +16026,11 @@
}
},
"node_modules/vite": {
"version": "6.0.9",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.9.tgz",
"integrity": "sha512-MSgUxHcaXLtnBPktkbUSoQUANApKYuxZ6DrbVENlIorbhL2dZydTLaZ01tjUoE3szeFzlFk9ANOKk0xurh4MKA==",
"version": "6.0.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.0.11.tgz",
"integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.24.2",
"postcss": "^8.4.49",

View File

@@ -81,7 +81,7 @@
"storybook-react-i18next": "^3.2.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "6.0.9",
"vite": "6.0.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-graphql-codegen": "^3.4.4",
"vite-plugin-manifest-sri": "^0.2.0",