Bump vite from 6.3.5 to 6.4.1 in /app (#603)

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.5 to 6.4.1.
- [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/create-vite@6.4.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-28 17:16:08 +08:00
committed by GitHub
parent ed0889f449
commit e232df5574
2 changed files with 5 additions and 5 deletions

8
app/package-lock.json generated
View File

@@ -38,7 +38,7 @@
"jsdom": "^26.0.0",
"tailwindcss": "^4.1.3",
"typescript": "^5.7.2",
"vite": "^6.3.5",
"vite": "^6.4.1",
"vite-plugin-solid": "^2.11.6"
}
},
@@ -3833,9 +3833,9 @@
"license": "ISC"
},
"node_modules/vite": {
"version": "6.3.5",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz",
"integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==",
"version": "6.4.1",
"resolved": "https://registry.npmjs.org/vite/-/vite-6.4.1.tgz",
"integrity": "sha512-+Oxm7q9hDoLMyJOYfUYBuHQo+dkAloi33apOPP56pzj+vsdJDzr+j1NISE5pyaAuKL4A3UD34qd0lx5+kfKp2g==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@@ -41,7 +41,7 @@
"jsdom": "^26.0.0",
"tailwindcss": "^4.1.3",
"typescript": "^5.7.2",
"vite": "^6.3.5",
"vite": "^6.4.1",
"vite-plugin-solid": "^2.11.6"
}
}