diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index e5aca1157..4fb69d653 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -60,7 +60,7 @@ "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.9", "tailwindcss": "^3.4.0", - "vite": "^5.4.8" + "vite": "^5.4.14" } }, "node_modules/@aashutoshrathi/word-wrap": { @@ -4721,10 +4721,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/dashboard/package.json b/dashboard/package.json index ef1f5d8dd..4ff7c9e3d 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -64,6 +64,6 @@ "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.9", "tailwindcss": "^3.4.0", - "vite": "^5.4.8" + "vite": "^5.4.14" } }