diff --git a/package-lock.json b/package-lock.json index 5434898..bf1a462 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "prettier": "^3.0.3", "tailwindcss": "^3.1.2", "typescript": "~5.2.0", - "vite": "^4.4.11", + "vite": "^4.5.2", "vitest": "^0.34.6", "vue-template-compiler": "^2.6.11", "vue-tsc": "^1.8.19" @@ -4768,9 +4768,9 @@ "dev": true }, "node_modules/vite": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.0.tgz", - "integrity": "sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", + "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/package.json b/package.json index 9565259..1382018 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "prettier": "^3.0.3", "tailwindcss": "^3.1.2", "typescript": "~5.2.0", - "vite": "^4.4.11", + "vite": "^4.5.2", "vitest": "^0.34.6", "vue-template-compiler": "^2.6.11", "vue-tsc": "^1.8.19"