From 68ff6d822e377265b816ea3b34a613e3a7d5f0f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:38:58 +0000 Subject: [PATCH 1/2] Bump astro from 3.6.4 to 4.0.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 3.6.4 to 4.0.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.0.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b91e7d4..48c59352 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@tailwindcss/aspect-ratio": "0.4.2", "@tailwindcss/forms": "0.5.7", "@tailwindcss/typography": "0.5.10", - "astro": "3.6.4", + "astro": "4.0.1", "astro-capo": "0.0.1", "astro-compress": "2.2.4", "astro-critters": "2.0.11", From dae9451b52b2f066f123aa25433061d630bd3feb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:39:23 +0000 Subject: [PATCH 2/2] Bump tailwindcss from 3.3.5 to 3.3.6 Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.3.5 to 3.3.6. - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.3.5...v3.3.6) --- updated-dependencies: - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b91e7d4..bd767fd1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "postcss-import": "15.1.0", "postcss-reporter": "7.0.5", "postcss-url": "10.1.3", - "tailwindcss": "3.3.5", + "tailwindcss": "3.3.6", "typescript": "5.3.2", "typescript-esbuild": "0.3.2", "zod": "3.22.4"