From bb90e5047c992c0e018cd4a6080da7f329a206ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 13:17:09 +0000 Subject: [PATCH] build(deps): bump tailwindcss from 4.1.11 to 4.1.16 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.11 to 4.1.16. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.1.16/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.16 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c3c020..a3e6988 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "pino": "^9.9.0", "pino-pretty": "^13.1.1", "postcss": "^8.5.6", - "tailwindcss": "^4.1.10" + "tailwindcss": "^4.1.16" }, "devDependencies": { "@iconify-json/mdi": "^1.2.3", diff --git a/yarn.lock b/yarn.lock index e148014..6e20cf5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1328,11 +1328,16 @@ svelte@^5.34.3: magic-string "^0.30.11" zimmerframe "^1.1.2" -tailwindcss@4.1.11, tailwindcss@^4.1.10: +tailwindcss@4.1.11: version "4.1.11" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.11.tgz#799af3e98c19c5baaefafc6e0c16304a0e684854" integrity sha512-2E9TBm6MDD/xKYe+dvJZAmg3yxIEDNRc0jwlNyDg/4Fil2QcSLjFKGVff0lAf1jjeaArlG/M75Ey/EYr/OJtBA== +tailwindcss@^4.1.16: + version "4.1.16" + resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-4.1.16.tgz#c32179f98725eb551e5c1189813a3db437ad5a7f" + integrity sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA== + tapable@^2.2.0: version "2.2.1" resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"