diff --git a/web/package.json b/web/package.json index 836e4700..00cc57d7 100644 --- a/web/package.json +++ b/web/package.json @@ -63,7 +63,7 @@ "typescript": "^5.3.3", "util": "^0.12.4", "uuid": "^3.4.0", - "vite": "^5.2.14", + "vite": "^5.4.12", "vite-plugin-html": "^3.2.2", "vite-plugin-node-polyfills": "^0.19.0", "vite-plugin-static-copy": "^1.0.1", diff --git a/web/yarn.lock b/web/yarn.lock index c40dc407..07e11efc 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -7275,21 +7275,10 @@ vite-tsconfig-paths@^4.3.1: globrex "^0.1.2" tsconfck "^3.0.1" -vite@^5.0.0: - version "5.4.8" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.8.tgz#af548ce1c211b2785478d3ba3e8da51e39a287e8" - integrity sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ== - dependencies: - esbuild "^0.21.3" - postcss "^8.4.43" - rollup "^4.20.0" - optionalDependencies: - fsevents "~2.3.3" - -vite@^5.2.14: - version "5.4.6" - resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.6.tgz#85a93a1228a7fb5a723ca1743e337a2588ed008f" - integrity sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q== +vite@^5.0.0, vite@^5.4.12: + version "5.4.12" + resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.12.tgz#627d12ff06de3942557dfe8632fd712a12a072c7" + integrity sha512-KwUaKB27TvWwDJr1GjjWthLMATbGEbeWYZIbGZ5qFIsgPP3vWzLu4cVooqhm5/Z2SPDUMjyPVjTztm5tYKwQxA== dependencies: esbuild "^0.21.3" postcss "^8.4.43"