From 9d6aaa0e9ae27cff39f91dfdfdfe51443d004704 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 00:53:32 +0000 Subject: [PATCH] chore(deps): update dependency @astrojs/cloudflare to v12 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 4db3098f..59b7884f 100644 --- a/client/package.json +++ b/client/package.json @@ -20,7 +20,7 @@ "check:ts": "tsc --project tsconfig.json --noEmit" }, "dependencies": { - "@astrojs/cloudflare": "^11.2.0", + "@astrojs/cloudflare": "^12.0.1", "@astrojs/sitemap": "^3.2.1", "astro": "^4.16.17", "dayjs": "^1.11.13",