From 911b1241af61eeca8376f318fb60d5ff155f9f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 21:14:37 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.14 to 4.1.15 in /packages/hyde 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] --- packages/hyde/package-lock.json | 20 ++++++++++---------- packages/hyde/package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/packages/hyde/package-lock.json b/packages/hyde/package-lock.json index 45fae87c875..166f4cd9118 100644 --- a/packages/hyde/package-lock.json +++ b/packages/hyde/package-lock.json @@ -11,7 +11,7 @@ "hyde-vite-plugin": "^1.1.0", "hydefront": "^4.0.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.14", + "tailwindcss": "^4.1.15", "vite": "^7.1.9" } }, @@ -777,9 +777,9 @@ } }, "node_modules/@tailwindcss/node/node_modules/tailwindcss": { - "version": "4.1.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", - "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", + "version": "4.1.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz", + "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==", "dev": true, "license": "MIT" }, @@ -1118,9 +1118,9 @@ } }, "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { - "version": "4.1.13", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.13.tgz", - "integrity": "sha512-i+zidfmTqtwquj4hMEwdjshYYgMbOrPzb9a0M3ZgNa0JMoZeFC6bxZvO8yr8ozS6ix2SDz0+mvryPeBs2TFE+w==", + "version": "4.1.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.14.tgz", + "integrity": "sha512-b7pCxjGO98LnxVkKjaZSDeNuljC4ueKUddjENJOADtubtdo8llTaJy7HwBMeLNSSo2N5QIAgklslK1+Ir8r6CA==", "dev": true, "license": "MIT" }, @@ -1863,9 +1863,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/packages/hyde/package.json b/packages/hyde/package.json index 6e89352d4a7..536417a4936 100644 --- a/packages/hyde/package.json +++ b/packages/hyde/package.json @@ -12,7 +12,7 @@ "hyde-vite-plugin": "^1.1.0", "hydefront": "^4.0.0", "postcss": "^8.5.6", - "tailwindcss": "^4.1.14", + "tailwindcss": "^4.1.15", "vite": "^7.1.9" } }