From 407ea14d1fecc7c5ff1e8a831179cab0954c9667 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 21:56:13 +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 13.1.10. - [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@13.1.10/packages/integrations/cloudflare) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 13.1.10 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 378493853bb5..afd6c37efe41 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": "13.1.10", "@astrojs/markdown-remark": "6.3.1", "@astrojs/solid-js": "5.1.0", "@astrojs/starlight": "0.34.3",