diff --git a/package-lock.json b/package-lock.json index b853bbb4..25128fa8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "remark-preset-ybiquitous": "^0.4.4", "remark-rehype": "^11.1.1", "remark-stringify": "^11.0.0", - "tailwindcss": "^4.0.5", + "tailwindcss": "^4.0.6", "to-vfile": "^8.0.0", "typescript": "^5.7.3", "unified": "^11.0.5", @@ -3532,9 +3532,9 @@ } }, "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==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.5.tgz", + "integrity": "sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg==", "dev": true, "license": "MIT" }, @@ -3764,9 +3764,9 @@ } }, "node_modules/@tailwindcss/postcss/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.5", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.5.tgz", + "integrity": "sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg==", "dev": true, "license": "MIT" }, @@ -19113,9 +19113,9 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.5.tgz", - "integrity": "sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg==", + "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 5789f5ff..da458f90 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "remark-preset-ybiquitous": "^0.4.4", "remark-rehype": "^11.1.1", "remark-stringify": "^11.0.0", - "tailwindcss": "^4.0.5", + "tailwindcss": "^4.0.6", "to-vfile": "^8.0.0", "typescript": "^5.7.3", "unified": "^11.0.5",