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",