From 7035b983a3d9aef528a257bf824552b50a97ea6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 16:34:03 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.12 to 4.1.13 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.12 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 de7e528..056378a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "exec-bin": "^1.0.0", "hugo-installer": ">=4.0.1", "shx": "^0.4.0", - "tailwindcss": "^4.1.12" + "tailwindcss": "^4.1.13" }, "engines": { "node": ">=16.16.0" @@ -2171,9 +2171,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.12.tgz", - "integrity": "sha512-DzFtxOi+7NsFf7DBtI3BJsynR+0Yp6etH+nRPTbpWnS2pZBaSksv/JGctNwSWzbFjp0vxSqknaUylseZqMDGrA==", + "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 dacd80f..4d02a03 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "exec-bin": "^1.0.0", "hugo-installer": ">=4.0.1", "shx": "^0.4.0", - "tailwindcss": "^4.1.12" + "tailwindcss": "^4.1.13" }, "otherDependencies": { "hugo": "0.125.4"