Merge pull request #512 from arifszn/dependabot/npm_and_yarn/vite-5.1.4

Bump vite from 5.0.12 to 5.1.4
This commit is contained in:
Ariful Alam 2024-02-24 13:42:35 +06:00 committed by GitHub
commit 2380fd1edf
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"
}
@ -8498,13 +8498,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"
},