Bump vite from 5.2.12 to 5.2.13 in the vite group

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


Updates `vite` from 5.2.12 to 5.2.13
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.2.13/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.2.13/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-06-09 15:38:42 +00:00 committed by GitHub
parent cabf2adf16
commit 294281d18a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -28,7 +28,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vike": "^0.4.172",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vue": "3.4.27",
"vue-i18n": "^9.13.1",
"vuetify": "^3.6.8"
@ -26685,9 +26685,9 @@
}
},
"node_modules/vite": {
"version": "5.2.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.12.tgz",
"integrity": "sha512-/gC8GxzxMK5ntBwb48pR32GGhENnjtY30G4A0jemunsBkiEZFw60s8InGpN8gkhHEkjnRK1aSAxeQgwvFhUHAA==",
"version": "5.2.13",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.13.tgz",
"integrity": "sha512-SSq1noJfY9pR3I1TUENL3rQYDQCFqgD+lM6fTRAM8Nv6Lsg5hDLaXkjETVeBt+7vZBCMoibD+6IWnT2mJ+Zb/A==",
"dependencies": {
"esbuild": "^0.20.1",
"postcss": "^8.4.38",

View File

@ -80,7 +80,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vike": "^0.4.172",
"vite": "^5.2.12",
"vite": "^5.2.13",
"vue": "3.4.27",
"vue-i18n": "^9.13.1",
"vuetify": "^3.6.8"