diff --git a/client/package-lock.json b/client/package-lock.json index a098e5a79..8ab7f9f4c 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -55,7 +55,7 @@ "typescript": "^5.6.3", "upath": "^2.0.1", "v-lazy-show": "^0.2.4", - "vite": "^5.4.8", + "vite": "^5.4.14", "vite-plugin-ejs": "^1.7.0", "vite-plugin-vue-devtools": "^7.4.6", "vitest": "^2.1.2", @@ -7845,10 +7845,11 @@ } }, "node_modules/vite": { - "version": "5.4.8", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", - "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", + "version": "5.4.14", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.14.tgz", + "integrity": "sha512-EK5cY7Q1D8JNhSaPKVK4pwBFvaTmZxEnoKXLG/U9gmdDcihQGNzFlgIvaxezFR4glP1LsuiedwMBqCXH3wZccA==", "dev": true, + "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/client/package.json b/client/package.json index fc70da8d2..63492d38f 100644 --- a/client/package.json +++ b/client/package.json @@ -65,7 +65,7 @@ "typescript": "^5.6.3", "upath": "^2.0.1", "v-lazy-show": "^0.2.4", - "vite": "^5.4.8", + "vite": "^5.4.14", "vite-plugin-ejs": "^1.7.0", "vite-plugin-vue-devtools": "^7.4.6", "vitest": "^2.1.2",