diff --git a/package-lock.json b/package-lock.json index 3fabc19..cbe4934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "postcss": "^8.4.44", "prettier": "^3.3.3", "tailwindcss": "^3.4.10", - "vite": "^5.4.2" + "vite": "^5.4.3" } }, "node_modules/@alloc/quick-lru": { @@ -14174,13 +14174,13 @@ } }, "node_modules/vite": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz", - "integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==", + "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.41", + "postcss": "^8.4.43", "rollup": "^4.20.0" }, "bin": { diff --git a/package.json b/package.json index d5c08f5..9f78062 100644 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "postcss": "^8.4.44", "prettier": "^3.3.3", "tailwindcss": "^3.4.10", - "vite": "^5.4.2" + "vite": "^5.4.3" } } \ No newline at end of file