From 48936e524c2023d0f2fd488d3710a3bee047be12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 15:09:48 +0000 Subject: [PATCH] chore: bump tailwindcss from 4.3.1 to 4.3.2 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.1 to 4.3.2. - [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.3.2/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index e11d67b..0ff3f24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "globals": "^17.7.0", "jsdom": "^29.1.1", "postcss": "^8.5.16", - "tailwindcss": "^4.3.1", + "tailwindcss": "^4.3.2", "typescript-eslint": "^8.62.0", "vite": "^8.1.0", "vite-plugin-static-copy": "^4.1.1", @@ -4490,9 +4490,9 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.1.tgz", - "integrity": "sha512-hk+TB1m+K8CYNrP6rjQaq/Y+4Zylwpa87mLYBKCunwnnQ9p+fHb7kmSfGqyEJoxF/O6CDyABWVFEafNSYKll+Q==", + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.2.tgz", + "integrity": "sha512-WtctNNSH8A9jlMIqxzuYumOHU5uGZyRv0Q5svQl+oEPy5w84YpBxdb7MdqyiSPQge5jTJ6zFQLq0PFygdccSBA==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 2521dda..29266b7 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "globals": "^17.7.0", "jsdom": "^29.1.1", "postcss": "^8.5.16", - "tailwindcss": "^4.3.1", + "tailwindcss": "^4.3.2", "typescript-eslint": "^8.62.0", "vite": "^8.1.0", "vite-plugin-static-copy": "^4.1.1",