diff --git a/package-lock.json b/package-lock.json index f5eb466..8ad6f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,7 +23,7 @@ "eslint": "^9.38.0", "nuxt": "^4.1.2", "sass": "^1.93.2", - "tailwindcss": "^4.1.13", + "tailwindcss": "^4.1.16", "typescript": "^5.9.3", "vue": "^3.5.22", "vue-router": "^4.5.1" @@ -5279,6 +5279,12 @@ "node": ">= 10" } }, + "node_modules/@tailwindcss/postcss/node_modules/tailwindcss": { + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", + "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", + "license": "MIT" + }, "node_modules/@tailwindcss/typography": { "version": "0.5.19", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.19.tgz", @@ -15945,9 +15951,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", - "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", + "version": "4.1.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", "license": "MIT" }, "node_modules/tapable": { diff --git a/package.json b/package.json index 7b265f3..c3c8518 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": "^9.38.0", "nuxt": "^4.1.2", "sass": "^1.93.2", - "tailwindcss": "^4.1.13", + "tailwindcss": "^4.1.16", "typescript": "^5.9.3", "vue": "^3.5.22", "vue-router": "^4.5.1"