From 73ecf70be98e6cf1558865e5baae401e31228e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:28:24 +0000 Subject: [PATCH] [Docs Site] Bump @astrojs/tailwind from 5.1.3 to 5.1.4 (#18901) Bumps [@astrojs/tailwind](https://github.com/withastro/astro/tree/HEAD/packages/integrations/tailwind) from 5.1.3 to 5.1.4. - [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@5.1.4/packages/integrations/tailwind) --- updated-dependencies: - dependency-name: "@astrojs/tailwind" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab6f2d34abf43d..c9601418fda652 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-docsearch": "^0.3.0", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.3", + "@astrojs/tailwind": "^5.1.4", "@cloudflare/puppeteer": "^0.0.14", "@cloudflare/vitest-pool-workers": "^0.5.40", "@cloudflare/workers-types": "^4.20241218.0", @@ -813,11 +813,10 @@ } }, "node_modules/@astrojs/tailwind": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.3.tgz", - "integrity": "sha512-XF7WhXRhqEHGvADqc0kDtF7Yv/g4wAWTaj91jBBTBaYnc4+MQLH94duFfFa4NlTkRG40VQd012eF3MhO3Kk+bg==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@astrojs/tailwind/-/tailwind-5.1.4.tgz", + "integrity": "sha512-EJ3uoTZZr0RYwTrVS2HgYN0+VbXvg7h87AtwpD5OzqS3GyMwRmzfOwHfORTxoWGQRrY9k/Fi+Awk60kwpvRL5Q==", "dev": true, - "license": "MIT", "dependencies": { "autoprefixer": "^10.4.20", "postcss": "^8.4.49", diff --git a/package.json b/package.json index bd11e46895f7f2..791f3f44fdece6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@astrojs/starlight": "^0.29.3", "@astrojs/starlight-docsearch": "^0.3.0", "@astrojs/starlight-tailwind": "^2.0.3", - "@astrojs/tailwind": "^5.1.3", + "@astrojs/tailwind": "^5.1.4", "@cloudflare/puppeteer": "^0.0.14", "@cloudflare/vitest-pool-workers": "^0.5.40", "@cloudflare/workers-types": "^4.20241218.0",