From f5f1a6eb8977bf48edc3a1fab91d35ec0c8584ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 22:08:34 +0000 Subject: [PATCH] build(npm): bump tailwindcss from 4.1.10 to 4.1.13 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.10 to 4.1.13. - [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.13/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.13 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 f0b49b9..3d53a3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "laravel-vite-plugin": "^1.3.0", "postcss": "^8.5.6", "sass": "^1.89.2", - "tailwindcss": "^4.1.10", + "tailwindcss": "^4.1.13", "vite": "^6.3.5" } }, @@ -1889,9 +1889,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.10", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.10.tgz", - "integrity": "sha512-P3nr6WkvKV/ONsTzj6Gb57sWPMX29EPNPopo7+FcpkQaNsrNpZ1pv8QmrYI2RqEKD7mlGqLnGovlcYnBK0IqUA==", + "version": "4.1.13", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", + "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 30014f3..e4e45a3 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "laravel-vite-plugin": "^1.3.0", "postcss": "^8.5.6", "sass": "^1.89.2", - "tailwindcss": "^4.1.10", + "tailwindcss": "^4.1.13", "vite": "^6.3.5" }, "dependencies": {