diff --git a/package-lock.json b/package-lock.json index e401c85..f320e0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "14.0.0", "tailwindcss": "3.4.17", - "vite": "6.0.3", + "vite": "6.0.4", "vite-plugin-html": "3.2.2", "vite-plugin-pwa": "0.21.1" }, @@ -30535,11 +30535,10 @@ } }, "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": { "esbuild": "^0.24.0", "postcss": "^8.4.49", diff --git a/package.json b/package.json index e5b8a2e..feff671 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "stylelint-config-standard": "36.0.1", "stylelint-config-standard-scss": "14.0.0", "tailwindcss": "3.4.17", - "vite": "6.0.3", + "vite": "6.0.4", "vite-plugin-html": "3.2.2", "vite-plugin-pwa": "0.21.1" },