From ac25f580a800a12627981e494582d7251dbef314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 01:05:21 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.18 to 4.1.16 in /webapp Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.18 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- webapp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/package.json b/webapp/package.json index b423fd3e..d7f33984 100644 --- a/webapp/package.json +++ b/webapp/package.json @@ -7,6 +7,6 @@ "daisyui": "^4.0.1", "postcss": "^8.4.16", "postcss-loader": "^8.0.0", - "tailwindcss": "^3.1.8" + "tailwindcss": "^4.1.16" } }