diff --git a/package-lock.json b/package-lock.json index 737266c..64de755 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint-plugin-vue": "^9.32.0", "prettier": "^3.4.2", "typescript": "5.6", - "vite": "^6.0.3", + "vite": "^6.0.4", "vue-tsc": "^2.1.10" } }, @@ -3158,9 +3158,9 @@ "license": "MIT" }, "node_modules/vite": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz", - "integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.4.tgz", + "integrity": "sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 663f88f..182f06c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint-plugin-vue": "^9.32.0", "prettier": "^3.4.2", "typescript": "5.6", - "vite": "^6.0.3", + "vite": "^6.0.4", "vue-tsc": "^2.1.10" }, "prettier": {