diff --git a/package-lock.json b/package-lock.json index b09134b..5b07a05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.0.0", - "tailwindcss": "3.4.10", + "tailwindcss": "3.4.11", "typescript": "5.6.2" } }, @@ -4320,9 +4320,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", diff --git a/package.json b/package.json index 563aeab..aec8246 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "react": "18.3.1", "react-dom": "18.3.1", "react-icons": "^5.0.0", - "tailwindcss": "3.4.10", + "tailwindcss": "3.4.11", "typescript": "5.6.2" } }