diff --git a/package-lock.json b/package-lock.json index a7ed548..dc2d970 100644 --- a/package-lock.json +++ b/package-lock.json @@ -40,7 +40,7 @@ "postcss": "^8", "prettier-plugin-tailwindcss": "^0.5.10", "prisma": "^5.7.1", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.6", "typescript": "^5" } }, @@ -5175,9 +5175,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.0.tgz", - "integrity": "sha512-VigzymniH77knD1dryXbyxR+ePHihHociZbXnLZHUyzf2MMs2ZVqlUrZ3FvpXP8pno9JzmILt1sZPD19M3IxtA==", + "version": "3.4.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", + "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", "dev": true, "dependencies": { "@alloc/quick-lru": "^5.2.0", @@ -5188,7 +5188,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 ef2a2d1..ceec2fe 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "postcss": "^8", "prettier-plugin-tailwindcss": "^0.5.10", "prisma": "^5.7.1", - "tailwindcss": "^3.4.0", + "tailwindcss": "^3.4.6", "typescript": "^5" } }