diff --git a/package-lock.json b/package-lock.json index 8812969..3141487 100644 --- a/package-lock.json +++ b/package-lock.json @@ -63,7 +63,7 @@ "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.11", "prisma": "^6.15.0", - "tailwindcss": "^4.0.15", + "tailwindcss": "^4.1.13", "tsx": "^4.20.4", "typescript": "^5.8.2", "typescript-eslint": "^8.27.0", @@ -3324,6 +3324,13 @@ "tailwindcss": "4.1.12" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", + "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.12", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.12.tgz", @@ -3584,6 +3591,13 @@ "tailwindcss": "4.1.12" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.1.12", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", + "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tanstack/query-core": { "version": "5.85.5", "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.85.5.tgz", @@ -11309,9 +11323,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", - "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", + "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index ae1a96d..fadb514 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.11", "prisma": "^6.15.0", - "tailwindcss": "^4.0.15", + "tailwindcss": "^4.1.13", "tsx": "^4.20.4", "typescript": "^5.8.2", "typescript-eslint": "^8.27.0",