From 5b29b3dbc8709c71af91cd358b27dde9d530019c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 19:47:40 +0000 Subject: [PATCH] [Docs Site] Bump @astrojs/tailwind from 6.0.1 to 6.0.2 Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 6.0.1 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-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 26a7de96a6aa671..190f9a3c9812b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@astrojs/starlight": "0.32.4", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.1", - "@astrojs/tailwind": "6.0.1", + "@astrojs/tailwind": "6.0.2", "@cloudflare/vitest-pool-workers": "0.8.4", "@cloudflare/workers-types": "4.20250319.0", "@codingheads/sticky-header": "1.0.2", @@ -983,9 +983,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==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index ee406e40fa65114..edd3fea39b4e9e7 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@astrojs/starlight": "0.32.4", "@astrojs/starlight-docsearch": "0.6.0", "@astrojs/starlight-tailwind": "3.0.1", - "@astrojs/tailwind": "6.0.1", + "@astrojs/tailwind": "6.0.2", "@cloudflare/vitest-pool-workers": "0.8.4", "@cloudflare/workers-types": "4.20250319.0", "@codingheads/sticky-header": "1.0.2",