From 630a95b589c6bee39f5285076462f936499a4673 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 21:09:50 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.1.14 to 4.1.16 in /client Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.14 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-patch ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 8d65802d..066b4641 100644 --- a/client/package.json +++ b/client/package.json @@ -35,7 +35,7 @@ "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "postcss": "^8.5.6", - "tailwindcss": "^4.1.14", + "tailwindcss": "^4.1.16", "tw-animate-css": "^1.4.0", "typescript": "^5.9.3" }