Merge pull request #1 from sparshg/dependabot/npm_and_yarn/app/vite-5.4.7

Bump vite from 5.4.4 to 5.4.7 in /app
This commit is contained in:
Sparsh Goenka
2024-09-24 02:56:01 +05:30
committed by GitHub
2 changed files with 5 additions and 6 deletions

9
app/package-lock.json generated
View File

@@ -31,7 +31,7 @@
"tailwindcss": "^3.4.11",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.3"
"vite": "^5.4.7"
}
},
"node_modules/@alloc/quick-lru": {
@@ -4255,11 +4255,10 @@
"license": "MIT"
},
"node_modules/vite": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.4.tgz",
"integrity": "sha512-RHFCkULitycHVTtelJ6jQLd+KSAAzOgEYorV32R2q++M6COBjKJR6BxqClwp5sf0XaBDjVMuJ9wnNfyAJwjMkA==",
"version": "5.4.7",
"resolved": "https://registry.npmjs.org/vite/-/vite-5.4.7.tgz",
"integrity": "sha512-5l2zxqMEPVENgvzTuBpHer2awaetimj2BGkhBPdnwKbPNOlHsODU+oiazEZzLK7KhAnOrO+XGYJYn4ZlUhDtDQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"esbuild": "^0.21.3",
"postcss": "^8.4.43",

View File

@@ -31,7 +31,7 @@
"tailwindcss": "^3.4.11",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.3"
"vite": "^5.4.7"
},
"type": "module",
"dependencies": {