diff --git a/package-lock.json b/package-lock.json index 96391e1..a94cf67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "prettier": "^3.3.2", "typescript": "^5.6.3", "typescript-eslint": "^8.10.0", - "vite": "^5.4.6", + "vite": "^5.4.10", "vue": "^3.5.11", "vue-eslint-parser": "^9.4.3", "vue-tsc": "^2.1.6" @@ -3165,11 +3165,10 @@ "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.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", + "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", "dev": true, - "license": "MIT", "dependencies": { "esbuild": "^0.21.3", "postcss": "^8.4.43", diff --git a/package.json b/package.json index c25d4c8..7554891 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "prettier": "^3.3.2", "typescript": "^5.6.3", "typescript-eslint": "^8.10.0", - "vite": "^5.4.6", + "vite": "^5.4.10", "vue": "^3.5.11", "vue-eslint-parser": "^9.4.3", "vue-tsc": "^2.1.6"