chore(deps-dev): bump vite from 5.1.2 to 5.1.7 in /frontend (#5639)

* chore(deps-dev): bump vite from 5.1.2 to 5.1.7 in /frontend

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* package-lock.json

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christian Fehmer <cfe@sexy-developer.com>
This commit is contained in:
dependabot[bot] 2024-07-22 16:11:31 +02:00 committed by GitHub
parent 26c60c683b
commit b5444d827d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -59,7 +59,7 @@
"sass": "1.70.0",
"subset-font": "2.3.0",
"typescript": "5.3.3",
"vite": "5.1.2",
"vite": "5.1.7",
"vite-bundle-visualizer": "1.0.1",
"vite-plugin-checker": "0.6.4",
"vite-plugin-filter-replace": "0.1.13",

8
package-lock.json generated
View file

@ -266,7 +266,7 @@
"sass": "1.70.0",
"subset-font": "2.3.0",
"typescript": "5.3.3",
"vite": "5.1.2",
"vite": "5.1.7",
"vite-bundle-visualizer": "1.0.1",
"vite-plugin-checker": "0.6.4",
"vite-plugin-filter-replace": "0.1.13",
@ -30255,9 +30255,9 @@
}
},
"node_modules/vite": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.2.tgz",
"integrity": "sha512-uwiFebQbTWRIGbCaTEBVAfKqgqKNKMJ2uPXsXeLIZxM8MVMjoS3j0cG8NrPxdDIadaWnPSjrkLWffLSC+uiP3Q==",
"version": "5.1.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.7.tgz",
"integrity": "sha512-sgnEEFTZYMui/sTlH1/XEnVNHMujOahPLGMxn1+5sIT45Xjng1Ec1K78jRP15dSmVgg5WBin9yO81j3o9OxofA==",
"dev": true,
"dependencies": {
"esbuild": "^0.19.3",