diff --git a/package-lock.json b/package-lock.json index fb0f20fc2..eec7886f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,7 @@ "typescript-strict-plugin": "^2.4.4", "unplugin-icons": "^0.19.3", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.6", + "vite": "^5.4.14", "vite-plugin-dts": "^4.3.0", "vite-plugin-static-copy": "^1.0.5", "vitest": "^2.1.9", @@ -18509,10 +18509,11 @@ "license": "MIT" }, "node_modules/vite": { - "version": "5.4.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", - "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", + "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/package.json b/package.json index ac26b3391..0054a4e1b 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "typescript-strict-plugin": "^2.4.4", "unplugin-icons": "^0.19.3", "unplugin-vue-components": "^0.27.4", - "vite": "^5.4.6", + "vite": "^5.4.14", "vite-plugin-dts": "^4.3.0", "vite-plugin-static-copy": "^1.0.5", "vitest": "^2.1.9",