From 4eb6dde3ff4d86b8b1a2ea472a84b9e060388d0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 08:44:45 +0000 Subject: [PATCH] build(deps): bump @astrojs/cloudflare from 14.3.1 to 14.3.2 Bumps [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) from 14.3.1 to 14.3.2. - [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@14.3.2/packages/integrations/cloudflare) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 14.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index a2a94c7d..c29e44aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "seanbehan-ca-emdash", "version": "0.0.3", "dependencies": { - "@astrojs/cloudflare": "^14.0.0", + "@astrojs/cloudflare": "^14.3.2", "@astrojs/react": "^6.0.0", "@cf-wasm/og": "^0.5.0", "@cloudflare/kumo": "2.6.0", @@ -61,9 +61,9 @@ } }, "node_modules/@astrojs/cloudflare": { - "version": "14.3.1", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-14.3.1.tgz", - "integrity": "sha512-sIweOA4GWpTr/M71akzEVypVO5b0FyLKll+4V9gtPOKAO4NejpaanRoQ/97wT9v1dSsFyACWDzL+u9xyT9BqUQ==", + "version": "14.3.2", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-14.3.2.tgz", + "integrity": "sha512-4aWixXcCsxOGUH/alrJ/a/Nm5pKYBy8vqDj6YDmG+yPSLrx5QptLVCJTGyKPRRWtWG4rExPXrD2ClO7jqpYauw==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.11.0", diff --git a/package.json b/package.json index a522f287..7b095a14 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "migrate:prod": "wrangler d1 migrations apply DB --remote" }, "dependencies": { - "@astrojs/cloudflare": "^14.0.0", + "@astrojs/cloudflare": "^14.3.2", "@astrojs/react": "^6.0.0", "@cf-wasm/og": "^0.5.0", "@cloudflare/kumo": "2.6.0",