diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 7b5435a..352b117 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -42,7 +42,7 @@ "react-router-dom": "6.22.3", "recharts": "2.12.7", "tailwind-merge": "1.14.0", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.10", "tailwindcss-animate": "1.0.7", "typescript": "5.4.2", "vite": "5.1.7", @@ -9924,9 +9924,10 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -9936,7 +9937,7 @@ "fast-glob": "^3.3.0", "glob-parent": "^6.0.2", "is-glob": "^4.0.3", - "jiti": "^1.19.1", + "jiti": "^1.21.0", "lilconfig": "^2.1.0", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", diff --git a/frontend/package.json b/frontend/package.json index 9d2279a..fc84358 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -41,7 +41,7 @@ "react-router-dom": "6.22.3", "recharts": "2.12.7", "tailwind-merge": "1.14.0", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.10", "tailwindcss-animate": "1.0.7", "typescript": "5.4.2", "vite": "5.1.7",