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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2026-04-10 21:11:05 +02:00 committed by GitHub
parent e6ea45aec1
commit 814dd5d3fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 7 deletions

12
site/package-lock.json generated
View file

@ -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": {

View file

@ -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",