diff --git a/package-lock.json b/package-lock.json index 39567c8..df9198d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "postcss": "^8.4.41", "tailwindcss": "^3.4.7", "typescript": "^5.5.4", - "vite": "^5.3.5", + "vite": "^5.4.3", "vite-plugin-compression": "^0.5.1", "vite-plugin-dynamic-import": "^1.5.0", "vite-plugin-imagemin": "^0.6.1", @@ -10923,9 +10923,9 @@ } }, "node_modules/postcss": { - "version": "8.4.41", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.41.tgz", - "integrity": "sha512-TesUflQ0WKZqAvg52PWL6kHgLKP6xB6heTOdoYM0Wt2UHyxNa4K25EZZMgKns3BH1RLVbZCREPpLY0rhnNoHVQ==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "funding": [ { "type": "opencollective", @@ -13412,14 +13412,14 @@ } }, "node_modules/vite": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.0.tgz", - "integrity": "sha512-5xokfMX0PIiwCMCMb9ZJcMyh5wbBun0zUzKib+L65vAZ8GY9ePZMXxFrHbr/Kyll2+LSCY7xtERPpxkBDKngwg==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz", + "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==", "dev": true, "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.40", - "rollup": "^4.13.0" + "postcss": "^8.4.43", + "rollup": "^4.20.0" }, "bin": { "vite": "bin/vite.js" diff --git a/package.json b/package.json index b01c138..a2bd37b 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "postcss": "^8.4.41", "tailwindcss": "^3.4.7", "typescript": "^5.5.4", - "vite": "^5.3.5", + "vite": "^5.4.3", "vite-plugin-compression": "^0.5.1", "vite-plugin-dynamic-import": "^1.5.0", "vite-plugin-imagemin": "^0.6.1",