diff --git a/package-lock.json b/package-lock.json index 58efa5b..da8ef5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "http-server": "^14.1.1", "prettier": "3.6.2", "sass-embedded": "^1.93.3", - "tailwindcss": "^4.1.14", + "tailwindcss": "^4.1.17", "textlint": "^15.2.3", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-apostrophe": "^3.0.0", @@ -2498,6 +2498,13 @@ "tailwindcss": "4.1.16" } }, + "node_modules/@tailwindcss/node/node_modules/tailwindcss": { + "version": "4.1.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", + "dev": true, + "license": "MIT" + }, "node_modules/@tailwindcss/oxide": { "version": "4.1.16", "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.1.16.tgz", @@ -2814,6 +2821,13 @@ "vite": "^5.2.0 || ^6 || ^7" } }, + "node_modules/@tailwindcss/vite/node_modules/tailwindcss": { + "version": "4.1.16", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", + "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", + "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", @@ -15741,9 +15755,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.1.16", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.16.tgz", - "integrity": "sha512-pONL5awpaQX4LN5eiv7moSiSPd/DLDzKVRJz8Q9PgzmAdd1R4307GQS2ZpfiN7ZmekdQrfhZZiSE5jkLR4WNaA==", + "version": "4.1.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.17.tgz", + "integrity": "sha512-j9Ee2YjuQqYT9bbRTfTZht9W/ytp5H+jJpZKiYdP/bpnXARAuELt9ofP0lPnmHjbga7SNQIxdTAXCmtKVYjN+Q==", "dev": true, "license": "MIT" }, diff --git a/package.json b/package.json index b313a3b..eb16d24 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "http-server": "^14.1.1", "prettier": "3.6.2", "sass-embedded": "^1.93.3", - "tailwindcss": "^4.1.14", + "tailwindcss": "^4.1.17", "textlint": "^15.2.3", "textlint-filter-rule-comments": "^1.2.2", "textlint-rule-apostrophe": "^3.0.0",