diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index e0b447f49..6b83db400 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -45,7 +45,7 @@ "typescript": "^5.6.2", "unplugin-icons": "^0.19.3", "unplugin-vue-router": "^0.10.8", - "vite": "^5.4.4", + "vite": "^5.4.8", "vitest": "^2.0.5", "vue-tsc": "^2.1.6" } @@ -4824,11 +4824,10 @@ } }, "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.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", @@ -8450,9 +8449,9 @@ } }, "vite": { - "version": "5.4.4", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.4.tgz", - "integrity": "sha512-RHFCkULitycHVTtelJ6jQLd+KSAAzOgEYorV32R2q++M6COBjKJR6BxqClwp5sf0XaBDjVMuJ9wnNfyAJwjMkA==", + "version": "5.4.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.8.tgz", + "integrity": "sha512-FqrItQ4DT1NC4zCUqMB4c4AZORMKIa0m8/URVCZ77OZ/QSNeJ54bU1vrFADbDsuwfIPcgknRkmqakQcgnL4GiQ==", "dev": true, "requires": { "esbuild": "^0.21.3", diff --git a/dashboard/package.json b/dashboard/package.json index 242af2748..a1b85e794 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -53,7 +53,7 @@ "typescript": "^5.6.2", "unplugin-icons": "^0.19.3", "unplugin-vue-router": "^0.10.8", - "vite": "^5.4.4", + "vite": "^5.4.8", "vitest": "^2.0.5", "vue-tsc": "^2.1.6" }