diff --git a/package-lock.json b/package-lock.json index 74f2a4d..6da39b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -72,7 +72,7 @@ "prettier": "^3.7.4", "prettier-plugin-tailwindcss": "^0.7.2", "prisma": "^7.1.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.48.1", @@ -3373,6 +3373,13 @@ "tailwindcss": "4.1.17" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", + "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.17", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.17.tgz", @@ -3688,6 +3695,13 @@ "tailwindcss": "4.1.17" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", + "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/typography": { "version": "0.5.19", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", @@ -12391,9 +12405,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.17", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", - "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", + "version": "4.1.18", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.18.tgz", + "integrity": "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 9fd7242..db34362 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "prettier": "^3.7.4", "prettier-plugin-tailwindcss": "^0.7.2", "prisma": "^7.1.0", - "tailwindcss": "^4.1.17", + "tailwindcss": "^4.1.18", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.48.1",