Bump vite from 5.0.12 to 5.1.4

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.0.12 to 5.1.4.
- [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.1.4/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-24 07:40:04 +00:00 committed by GitHub
parent f9bfb06d1f
commit 46a093ab6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -36,7 +36,7 @@
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vail": "^1.0.3",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.19.0"
}
@ -8318,13 +8318,13 @@
}
},
"node_modules/vite": {
"version": "5.0.12",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.0.12.tgz",
"integrity": "sha512-4hsnEkG3q0N4Tzf1+t6NdN9dg/L3BM+q8SWgbSPnJvrgH2kgdyzfVJwbR1ic69/4uMJJ/3dqDZZE5/WwqW8U1w==",
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.1.4.tgz",
"integrity": "sha512-n+MPqzq+d9nMVTKyewqw6kSt+R3CkvF9QAKY8obiQn8g1fwTscKxyfaYnC632HtBXAQGc1Yjomphwn1dtwGAHg==",
"dev": true,
"dependencies": {
"esbuild": "^0.19.3",
"postcss": "^8.4.32",
"postcss": "^8.4.35",
"rollup": "^4.2.0"
},
"bin": {

View File

@ -49,7 +49,7 @@
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vail": "^1.0.3",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^0.19.0"
},