From 9f7b180e174a4e48c51c5ae1350a39e9dac98890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 18:06:58 +0000 Subject: [PATCH] build(deps-dev): bump tailwindcss from 3.4.15 to 3.4.18 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 3.4.15 to 3.4.18. - [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/v3.4.18/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 3.4.18 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 714a004f..1f0d0523 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "postcss": "8.5.6", "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.7.1", - "tailwindcss": "3.4.15", + "tailwindcss": "3.4.18", "ts-jest": "^29.4.5", "typescript": "5.9.3" }