diff --git a/package-lock.json b/package-lock.json index a61ecf1..c9a66c6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "postcss": "^8.4.31", "postcss-import": "^14.0.1", "tailwindcss": "^3.1.8", - "vite": "^3.2.7", + "vite": "^3.2.8", "vite-plugin-run": "^0.4.1", "vite-plugin-static-copy": "^0.16.0" } @@ -1880,9 +1880,9 @@ "dev": true }, "node_modules/vite": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.7.tgz", - "integrity": "sha512-29pdXjk49xAP0QBr0xXqu2s5jiQIXNvE/xwd0vUizYT2Hzqe4BksNNoWllFVXJf4eLZ+UlVQmXfB4lWrc+t18g==", + "version": "3.2.8", + "resolved": "https://registry.npmjs.org/vite/-/vite-3.2.8.tgz", + "integrity": "sha512-EtQU16PLIJpAZol2cTLttNP1mX6L0SyI0pgQB1VOoWeQnMSvtiwovV3D6NcjN8CZQWWyESD2v5NGnpz5RvgOZA==", "dev": true, "dependencies": { "esbuild": "^0.15.9", diff --git a/package.json b/package.json index 832baee..a39b1d0 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "postcss": "^8.4.31", "postcss-import": "^14.0.1", "tailwindcss": "^3.1.8", - "vite": "^3.2.7", + "vite": "^3.2.8", "vite-plugin-run": "^0.4.1", "vite-plugin-static-copy": "^0.16.0" }