From 3bf62e741de4148f7605a7fac9774b75a41664dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:57:24 +0000 Subject: [PATCH] chore(deps-dev): bump tailwindcss in /assets/web/client Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.3.0 to 4.3.1. - [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.1/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.3.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- assets/web/client/package-lock.json | 8 ++++---- assets/web/client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/web/client/package-lock.json b/assets/web/client/package-lock.json index 635f49b..d8d1cd2 100644 --- a/assets/web/client/package-lock.json +++ b/assets/web/client/package-lock.json @@ -27,7 +27,7 @@ "autoprefixer": "^10.4.21", "jsdom": "^29.1.1", "postcss": "^8.5.3", - "tailwindcss": "^4.1.6", + "tailwindcss": "^4.3.1", "typescript": "^5.8.0", "vite": "^6.3.5", "vitest": "^4.1.8" @@ -3236,9 +3236,9 @@ "license": "MIT" }, "node_modules/tailwindcss": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.3.0.tgz", - "integrity": "sha512-y6nxMGB1nMW9R6k96e5gdIFzcfL/gTJRNaqGes1YvkLnPVXzWgbqFF2yLC0T8G774n24cx3Pe8XrKoniCOAH+Q==", + "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==", "dev": true, "license": "MIT" }, diff --git a/assets/web/client/package.json b/assets/web/client/package.json index 03d8669..0b64480 100644 --- a/assets/web/client/package.json +++ b/assets/web/client/package.json @@ -29,7 +29,7 @@ "autoprefixer": "^10.4.21", "jsdom": "^29.1.1", "postcss": "^8.5.3", - "tailwindcss": "^4.1.6", + "tailwindcss": "^4.3.1", "typescript": "^5.8.0", "vite": "^6.3.5", "vitest": "^4.1.8"