From 409b23838d23441114e20e504bb9b03c0cc81d41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 13:50:53 +0000 Subject: [PATCH] Build(deps-dev): bump tailwindcss from 4.0.12 to 4.1.6 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.12 to 4.1.6. - [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.6/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.6 dependency-type: direct:development update-type: version-update:semver-minor ... 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 acc871a..b6a5a6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "laravel-vite-plugin": "^1.2.0", "postcss": "^8.4.31", "sass": "^1.85.1", - "tailwindcss": "^4.0.12", + "tailwindcss": "^4.1.6", "vite": "^6.2.1" } }, @@ -3026,9 +3026,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.12.tgz", - "integrity": "sha512-bT0hJo91FtncsAMSsMzUkoo/iEU0Xs5xgFgVC9XmdM9bw5MhZuQFjPNl6wxAE0SiQF/YTZJa+PndGWYSDtuxAg==", + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.6.tgz", + "integrity": "sha512-j0cGLTreM6u4OWzBeLBpycK0WIh8w7kSwcUsQZoGLHZ7xDTdM69lN64AgoIEEwFi0tnhs4wSykUa5YWxAzgFYg==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index e570772..fda66e2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "laravel-vite-plugin": "^1.2.0", "postcss": "^8.4.31", "sass": "^1.85.1", - "tailwindcss": "^4.0.12", + "tailwindcss": "^4.1.6", "vite": "^6.2.1" }, "dependencies": {