diff --git a/package-lock.json b/package-lock.json index 4b7d614..9d73b9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "styled-components": "^5.3.11", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.11", "typescript": "5.3.3" } }, @@ -4832,9 +4832,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.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", "arg": "^5.0.2", @@ -4844,7 +4845,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/package.json b/package.json index e59c7b6..400f3ea 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "styled-components": "^5.3.11", - "tailwindcss": "3.4.1", + "tailwindcss": "3.4.11", "typescript": "5.3.3" } }