From 9831507e59cc6da259b65ecb73f8998b4f3fe2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 16:30:14 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.14 to 4.1.15 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.14 to 4.1.15. - [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.15/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.15 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 b99117b..107d902 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.14" + "tailwindcss": "^4.1.15" }, "engines": { "node": ">=16.16.0" @@ -2171,9 +2171,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.14", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz", - "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==", + "version": "4.1.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.15.tgz", + "integrity": "sha512-k2WLnWkYFkdpRv+Oby3EBXIyQC8/s1HOFMBUViwtAh6Z5uAozeUSMQlIsn/c6Q2iJzqG6aJT3wdPaRNj70iYxQ==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 4a309f1..5d361ad 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.14" + "tailwindcss": "^4.1.15" }, "otherDependencies": { "hugo": "0.125.4"