diff --git a/package-lock.json b/package-lock.json index 78bcf020d713201..2b0228a4a9b0c56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@astrojs/starlight": "0.32.2", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.0", - "@astrojs/tailwind": "5.1.5", + "@astrojs/tailwind": "6.0.0", "@cloudflare/vitest-pool-workers": "0.8.0", "@cloudflare/workers-types": "4.20250312.0", "@codingheads/sticky-header": "1.0.2", @@ -847,9 +847,9 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.5", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.5.tgz", - "integrity": "sha512-1diguZEau7FZ9vIjzE4BwavGdhD3+JkdS8zmibl1ene+EHgIU5hI0NMgRYG3yea+Niaf7cyMwjeWeLvzq/maxg==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.0.tgz", + "integrity": "sha512-GbEK2/h0nvY8i6g1GZT5ddHAgj71lQIf34/j7+jPLhUti3xDxKcWElApDe2jWvqAaKl2oKEh045ITSm8mU9BVQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 3cbb5e413e4bd53..06090bcb3329818 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@astrojs/starlight": "0.32.2", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.0", - "@astrojs/tailwind": "5.1.5", + "@astrojs/tailwind": "6.0.0", "@cloudflare/vitest-pool-workers": "0.8.0", "@cloudflare/workers-types": "4.20250312.0", "@codingheads/sticky-header": "1.0.2",