From fb17d531b435574c2ac3f861c4d45f0b2c880bbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 21:12:22 +0000 Subject: [PATCH] Bump tailwindcss from 4.1.14 to 4.1.16 in /packages/hyde Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.1.14 to 4.1.16. - [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.16/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-version: 4.1.16 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..52249aa6e2a 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.16", "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.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", "dev": true, "license": "MIT" }, diff --git a/packages/hyde/package.json b/packages/hyde/package.json index 6e89352d4a7..ee8a0f5d27f 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.16", "vite": "^7.1.9" } }