Bump vite from 5.2.8 to 5.2.11

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.8 to 5.2.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/v5.2.11/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-13 08:48:31 +00:00 committed by GitHub
parent 6be709b08e
commit 6c73548d1e
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

@ -36,7 +36,7 @@
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vail": "^1.0.3",
"vite": "^5.2.8",
"vite": "^5.2.11",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.20.0"
}
@ -8766,9 +8766,9 @@
}
},
"node_modules/vite": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.8.tgz",
"integrity": "sha512-OyZR+c1CE8yeHw5V5t59aXsUPPVTHMDjEZz8MgguLL/Q7NblxhZUlTu9xSPqlsUO/y+X7dlU05jdhvyycD55DA==",
"version": "5.2.11",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.2.11.tgz",
"integrity": "sha512-HndV31LWW05i1BLPMUCE1B9E9GFbOu1MbenhS58FuK6owSO5qHm7GiCotrNY1YE5rMeQSFBGmT5ZaLEjFizgiQ==",
"dev": true,
"dependencies": {
"esbuild": "^0.20.1",

View File

@ -49,7 +49,7 @@
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vail": "^1.0.3",
"vite": "^5.2.8",
"vite": "^5.2.11",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.20.0"
},