From 11fe46757e424c5caccf4bf22f47150fb0945306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 06:51:50 +0000 Subject: [PATCH] deps: bump @astrojs/tailwind from 5.1.5 to 6.0.2 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] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index b52fc47..b34cb56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "abidaliawan-com", "version": "1.0.0", "dependencies": { - "@astrojs/tailwind": "^5.1.5", + "@astrojs/tailwind": "^6.0.2", "@fontsource-variable/dm-sans": "^5.0.5", "@fontsource-variable/space-grotesk": "^5.2.7", "@iconify-json/carbon": "^1.1.31", @@ -116,13 +116,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/package.json b/package.json index eeaa2a0..72e679e 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "generate:favicon": "node scripts/generate-favicon.mjs" }, "dependencies": { - "@astrojs/tailwind": "^5.1.5", + "@astrojs/tailwind": "^6.0.2", "@fontsource-variable/dm-sans": "^5.0.5", "@fontsource-variable/space-grotesk": "^5.2.7", "@iconify-json/carbon": "^1.1.31",