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",