From c05d3ce7914506ef9d13f296ad03171206975873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 23:12:12 +0000 Subject: [PATCH] chore(deps-dev): bump @tailwindcss/postcss in /client Bumps [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) 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-postcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" 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 3fae0ebb..5f8736db 100644 --- a/client/package.json +++ b/client/package.json @@ -30,7 +30,7 @@ "zod": "^3.25.76" }, "devDependencies": { - "@tailwindcss/postcss": "^4.1.14", + "@tailwindcss/postcss": "^4.1.16", "@types/node": "^24.7.2", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2",