diff --git a/package-lock.json b/package-lock.json index 15fd651..53d03d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "svelte-material-icons": "^3.0.5", "svelte-preprocess": "^5.1.3", "tailwindcss": "^3.3.3", - "vite": "^4.5.2", + "vite": "^4.5.3", "vite-plugin-mkcert": "^1.16.0", "zod": "^3.22.4" } @@ -4118,9 +4118,9 @@ "dev": true }, "node_modules/vite": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", - "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/package.json b/package.json index 38e17fc..e1bf8e9 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "svelte-material-icons": "^3.0.5", "svelte-preprocess": "^5.1.3", "tailwindcss": "^3.3.3", - "vite": "^4.5.2", + "vite": "^4.5.3", "vite-plugin-mkcert": "^1.16.0", "zod": "^3.22.4" },