From 3c5986b881d2955ed38e715cb56112c5501fde6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:52:33 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 3.4.5 to 4.1.18 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.5 to 4.1.18. - [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.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.18 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- frontends/dbal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/dbal/package.json b/frontends/dbal/package.json index b9f2f37ef..75a8f1dc0 100644 --- a/frontends/dbal/package.json +++ b/frontends/dbal/package.json @@ -27,7 +27,7 @@ "eslint": "9.39.2", "eslint-config-next": "16.1.1", "postcss": "8.4.35", - "tailwindcss": "3.4.5", + "tailwindcss": "4.1.18", "typescript": "~5.9.3" } }