diff --git a/package-lock.json b/package-lock.json index e882fb5..db35f81 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "tailwindcss": "^3.4.14", "typescript": "~5.6.2", "typescript-eslint": "^8.10.0", - "vite": "^5.4.9" + "vite": "^5.4.14" } }, "node_modules/@alloc/quick-lru": { @@ -4787,10 +4787,11 @@ } }, "node_modules/vite": { - "version": "5.4.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", - "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", + "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 2cec341..7d74bdb 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "tailwindcss": "^3.4.14", "typescript": "~5.6.2", "typescript-eslint": "^8.10.0", - "vite": "^5.4.9" + "vite": "^5.4.14" } }