From 841875304bb3a8596ebe3c896af8934b7ad944ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:32:53 +0000 Subject: [PATCH] build(deps-dev): bump tailwindcss from 4.0.4 to 4.0.6 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.4 to 4.0.6. - [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.0.6/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++++++++---- package.json | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 94a9d4e..0d20b07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "esbuild": "^0.24.2", "htmx.org": "^2.0.4", "husky": "^9.1.7", - "tailwindcss": "^4.0.3" + "tailwindcss": "^4.0.6" } }, "node_modules/@alpinejs/persist": { @@ -754,6 +754,13 @@ "tailwindcss": "dist/index.mjs" } }, + "node_modules/@tailwindcss/cli/node_modules/tailwindcss": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.4.tgz", + "integrity": "sha512-/ezDLEkOLf1lXkr9F2iI5BHJbexJpty5zkV2B8bGHCqAdbc9vk85Jgdkq+ZOvNkNPa3yAaqJ8DjRt584Bc84kw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/node": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.0.4.tgz", @@ -766,6 +773,13 @@ "tailwindcss": "4.0.4" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.4.tgz", + "integrity": "sha512-/ezDLEkOLf1lXkr9F2iI5BHJbexJpty5zkV2B8bGHCqAdbc9vk85Jgdkq+ZOvNkNPa3yAaqJ8DjRt584Bc84kw==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.4.tgz", @@ -1698,9 +1712,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.4.tgz", - "integrity": "sha512-/ezDLEkOLf1lXkr9F2iI5BHJbexJpty5zkV2B8bGHCqAdbc9vk85Jgdkq+ZOvNkNPa3yAaqJ8DjRt584Bc84kw==", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.6.tgz", + "integrity": "sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 49977a7..b755628 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "esbuild": "^0.24.2", "htmx.org": "^2.0.4", "husky": "^9.1.7", - "tailwindcss": "^4.0.3", + "tailwindcss": "^4.0.6", "@tailwindcss/cli": "^4.0.4" } }