From 814dd5d3fbbf83c8bb679c287da9b866aecec67d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:11:05 +0200 Subject: [PATCH] build(deps): bump @astrojs/tailwind from 5.1.5 to 6.0.2 in /site (#543) Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 5.1.5 to 6.0.2. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/tailwind/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/tailwind@6.0.2/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- site/package-lock.json | 12 ++++++------ site/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/site/package-lock.json b/site/package-lock.json index ab3d2c8..ea8dda6 100644 --- a/site/package-lock.json +++ b/site/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@astrojs/sitemap": "^3.0.0", - "@astrojs/tailwind": "^5.0.0", + "@astrojs/tailwind": "^6.0.2", "@iconify-json/lucide": "^1.0.0", "@rollup/plugin-yaml": "^4.0.0", "astro": "^5.0.0", @@ -110,13 +110,13 @@ } }, "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.2", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-6.0.2.tgz", + "integrity": "sha512-j3mhLNeugZq6A8dMNXVarUa8K6X9AW+QHU9u3lKNrPLMHhOQ0S7VeWhHwEeJFpEK1BTKEUY1U78VQv2gN6hNGg==", "license": "MIT", "dependencies": { - "autoprefixer": "^10.4.20", - "postcss": "^8.5.1", + "autoprefixer": "^10.4.21", + "postcss": "^8.5.3", "postcss-load-config": "^4.0.2" }, "peerDependencies": { diff --git a/site/package.json b/site/package.json index 109881c..e9d21be 100644 --- a/site/package.json +++ b/site/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@astrojs/sitemap": "^3.0.0", - "@astrojs/tailwind": "^5.0.0", + "@astrojs/tailwind": "^6.0.2", "@iconify-json/lucide": "^1.0.0", "@rollup/plugin-yaml": "^4.0.0", "astro": "^5.0.0",