diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 195cf8e..b0bc8c7 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,10 +42,10 @@ "react-router-dom": "6.26.2", "recharts": "2.12.7", "tailwind-merge": "1.14.0", - "tailwindcss": "3.4.10", + "tailwindcss": "3.4.11", "tailwindcss-animate": "1.0.7", "typescript": "5.5.4", - "vite": "5.4.2", + "vite": "5.4.6", "vitest": "1.6.0" } }, @@ -9963,9 +9963,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", - "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "version": "3.4.11", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.11.tgz", + "integrity": "sha512-qhEuBcLemjSJk5ajccN9xJFtM/h0AVCPaA6C92jNP+M2J8kX+eMJHI7R2HFKUvvAsMpcfLILMCFYSeDwpMmlUg==", "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -10465,13 +10465,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.6", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.6.tgz", + "integrity": "sha512-IeL5f8OO5nylsgzd9tq4qD2QqI0k2CQLGrWD0rCN0EQJZpBK5vJAx0I+GDkMOXxQX/OfFHMuLIx6ddAxGX/k+Q==", "license": "MIT", "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "rollup": "^4.20.0" }, "bin": { diff --git a/frontend/package.json b/frontend/package.json index 7590d22..525f35e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,10 +41,10 @@ "react-router-dom": "6.26.2", "recharts": "2.12.7", "tailwind-merge": "1.14.0", - "tailwindcss": "3.4.10", + "tailwindcss": "3.4.11", "tailwindcss-animate": "1.0.7", "typescript": "5.5.4", - "vite": "5.4.2", + "vite": "5.4.6", "vitest": "1.6.0" }, "scripts": {