diff --git a/package-lock.json b/package-lock.json index bd4925e..7692c04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.7.1", "prisma": "^6.19.0", - "tailwindcss": "^4.1.16", + "tailwindcss": "^4.1.17", "typescript": "^5.8.2", "typescript-eslint": "^8.46.2", "vitest": "^3.2.4" @@ -3075,6 +3075,13 @@ "tailwindcss": "4.1.16" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.16", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz", @@ -3390,6 +3397,13 @@ "tailwindcss": "4.1.16" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.1.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/typography": { "version": "0.5.19", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", @@ -11956,9 +11970,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", - "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", + "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 67321c3..75a25f7 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.7.1", "prisma": "^6.19.0", - "tailwindcss": "^4.1.16", + "tailwindcss": "^4.1.17", "typescript": "^5.8.2", "typescript-eslint": "^8.46.2", "vitest": "^3.2.4"