From a01031993ad6fe1d2dd86cf25ceec34fa061f1d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2026 01:28:42 +0000 Subject: [PATCH] chore(deps): bump @astrojs/cloudflare in /packages/web Bumps [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) from 12.6.3 to 12.6.6. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/cloudflare/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/cloudflare@12.6.6/packages/integrations/cloudflare) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 12.6.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/package.json b/packages/web/package.json index e386f581f5..acb1b8bd42 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -12,7 +12,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/cloudflare": "12.6.3", + "@astrojs/cloudflare": "12.6.6", "@astrojs/markdown-remark": "6.3.1", "@astrojs/solid-js": "5.1.0", "@astrojs/starlight": "0.34.3",