diff --git a/package-lock.json b/package-lock.json index b583fa5a..e503c775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ ], "dependencies": { "@ai-sdk/provider-utils": "^2.1.13", - "@astrojs/tailwind": "^6.0.0", + "@astrojs/tailwind": "^6.0.2", "@total-typescript/tsconfig": "^1.0.4", "@types/react": "^19.0.10", "ai": "^4.1.61", @@ -267,9 +267,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.1.tgz", - "integrity": "sha512-jYrqG6dXwRnS3xUcRIoeYGFB2L2SISuTNaqMMFp0otW55HQ4fhiz941VaE9EVbs49tF2+1aAZCT3xgt2l/j5tQ==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.2.tgz", + "integrity": "sha512-j3mhLNeugZq6A8dMNXVarUa8K6X9AW+QHU9u3lKNrPLMHhOQ0S7VeWhHwEeJFpEK1BTKEUY1U78VQv2gN6hNGg==", "license": "MIT", "dependencies": { "autoprefixer": "^10.4.21", @@ -20471,7 +20471,7 @@ "name": "@ax-llm/ax-docs", "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/tailwind": "^6.0.1", + "@astrojs/tailwind": "^6.0.2", "@tailwindcss/typography": "^0.5.16", "astro": "^5.5.4" } diff --git a/package.json b/package.json index d67340fc..595b7b9a 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "version": "11.0.34", "dependencies": { "@ai-sdk/provider-utils": "^2.1.13", - "@astrojs/tailwind": "^6.0.0", + "@astrojs/tailwind": "^6.0.2", "@total-typescript/tsconfig": "^1.0.4", "@types/react": "^19.0.10", "ai": "^4.1.61", diff --git a/src/docs/package.json b/src/docs/package.json index ab78b9ae..253de3a3 100644 --- a/src/docs/package.json +++ b/src/docs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@astrojs/check": "^0.9.4", - "@astrojs/tailwind": "^6.0.1", + "@astrojs/tailwind": "^6.0.2", "@tailwindcss/typography": "^0.5.16", "astro": "^5.5.4" },