From 0f61586769a84402a8c05de8e943ab93c0c9f66a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 07:36:55 +0000 Subject: [PATCH] build(deps-dev): bump tailwindcss from 4.0.15 to 4.0.17 (#313) Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) from 4.0.15 to 4.0.17. - [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.17/packages/tailwindcss) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5a750c5..7d77209 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "http-server": "^14.1.1", "prettier": "3.5.3", "sass-embedded": "^1.86.0", - "tailwindcss": "^4.0.15", + "tailwindcss": "^4.0.17", "textlint": "^14.5.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-apostrophe": "^3.0.0", @@ -2042,6 +2042,13 @@ "tailwindcss": "4.0.15" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.15.tgz", + "integrity": "sha512-6ZMg+hHdMJpjpeCCFasX7K+U615U9D+7k5/cDK/iRwl6GptF24+I/AbKgOnXhVKePzrEyIXutLv36n4cRsq3Sg==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.0.15", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.15.tgz", @@ -2268,6 +2275,13 @@ "vite": "^5.2.0 || ^6" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.0.15", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.15.tgz", + "integrity": "sha512-6ZMg+hHdMJpjpeCCFasX7K+U615U9D+7k5/cDK/iRwl6GptF24+I/AbKgOnXhVKePzrEyIXutLv36n4cRsq3Sg==", + "dev": true, + "license": "MIT" + }, "node_modules/@textlint-rule/textlint-rule-no-unmatched-pair": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/@textlint-rule/textlint-rule-no-unmatched-pair/-/textlint-rule-no-unmatched-pair-2.0.4.tgz", @@ -15427,9 +15441,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.15", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.15.tgz", - "integrity": "sha512-6ZMg+hHdMJpjpeCCFasX7K+U615U9D+7k5/cDK/iRwl6GptF24+I/AbKgOnXhVKePzrEyIXutLv36n4cRsq3Sg==", + "version": "4.0.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.17.tgz", + "integrity": "sha512-OErSiGzRa6rLiOvaipsDZvLMSpsBZ4ysB4f0VKGXUrjw2jfkJRd6kjRKV2+ZmTCNvwtvgdDam5D7w6WXsdLJZw==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index 99f5107..4b4688f 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "http-server": "^14.1.1", "prettier": "3.5.3", "sass-embedded": "^1.86.0", - "tailwindcss": "^4.0.15", + "tailwindcss": "^4.0.17", "textlint": "^14.5.0", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-apostrophe": "^3.0.0",