diff --git a/package-lock.json b/package-lock.json index 10202fd..cbebd2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "postcss": "^8.4.31", "postcss-import": "^14.0.1", "tailwindcss": "^3.1.8", - "vite": "^3.2.10", + "vite": "^3.2.11", "vite-plugin-run": "^0.4.1", "vite-plugin-static-copy": "^0.16.0" } @@ -1780,9 +1780,9 @@ "dev": true }, "node_modules/vite": { - "version": "3.2.10", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.10.tgz", - "integrity": "sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==", + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.11.tgz", + "integrity": "sha512-K/jGKL/PgbIgKCiJo5QbASQhFiV02X9Jh+Qq0AKCRCRKZtOTVi4t6wh75FDpGf2N9rYOnzH87OEFQNaFy6pdxQ==", "dev": true, "dependencies": { "esbuild": "^0.15.9", diff --git a/package.json b/package.json index f6ea4f1..bdded9c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "postcss": "^8.4.31", "postcss-import": "^14.0.1", "tailwindcss": "^3.1.8", - "vite": "^3.2.10", + "vite": "^3.2.11", "vite-plugin-run": "^0.4.1", "vite-plugin-static-copy": "^0.16.0" }