From 60507ca45e231def94d5cd7e6db9f925f7e839b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 01:52:40 +0000 Subject: [PATCH] Bump tailwindcss from 3.4.17 to 4.1.10 in /webapp Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.17 to 4.1.10. - [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.10/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.10 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..c4628507 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.10" } }