From 1a8a8240c205eab93b12154815f4644d607d99cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 23:13:40 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss from 4.1.14 to 4.1.15 in /client Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.14 to 4.1.15. - [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.15/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.15 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 3fae0ebb..da6244c5 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.15", "tw-animate-css": "^1.4.0", "typescript": "^5.9.3" }