diff --git a/package-lock.json b/package-lock.json index 5294ee4..b1088a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -62,7 +62,7 @@ "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.12", "prisma": "^5.11.0", - "tailwindcss": "^3.3.0", + "tailwindcss": "^3.4.2", "typescript": "^5" } }, @@ -6451,9 +6451,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.1.tgz", - "integrity": "sha512-qAYmXRfk3ENzuPBakNK0SRrUDipP8NQnEY6772uDhflcQz5EhRdD7JNZxyrFHVQNCwULPBn6FNPp9brpO7ctcA==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.2.tgz", + "integrity": "sha512-1kIzVecynNKMhhX8mPTOwTkkVHupUTMbEvk4n1ByxdM8sQTJ8fE41Y4TdORG6GmiVXHhfZ/++0hiIFJFwfadsA==", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -6463,7 +6463,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 cb6e12f..c49d5c9 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "prettier": "^3.2.5", "prettier-plugin-tailwindcss": "^0.5.12", "prisma": "^5.11.0", - "tailwindcss": "^3.3.0", + "tailwindcss": "^3.4.2", "typescript": "^5" } }