From cc9a69aad8636086f6d73da909f7a9a79138b440 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 22 Jun 2024 17:07:13 +0000 Subject: [PATCH] Update dependency @astrojs/cloudflare to v11 --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index b4cf7e4..38ba89c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "joehanson-dev", "version": "0.0.1", "dependencies": { - "@astrojs/cloudflare": "^10.0.0", + "@astrojs/cloudflare": "^11.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", "astro": "^4.0.6", @@ -39,9 +39,9 @@ } }, "node_modules/@astrojs/cloudflare": { - "version": "10.4.2", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-10.4.2.tgz", - "integrity": "sha512-v6nRHlELAEAyqC9MI7a4yw0h/g5rqcIeVV9ezSuQNxdtvoG7n8sGH6QYgXIpwrEAEIuM+cM2a509Hi1CIpfzCA==", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-11.0.0.tgz", + "integrity": "sha512-758bQKWUJwjLjRMIR0Sy0dcztk/l7ZnxnH7MMFvgzUO58LpdeNRyIJuEMo79YjAR5g23wUfwRqi0UqKmzD/CkQ==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.3.0", @@ -55,7 +55,7 @@ "wrangler": "^3.39.0" }, "peerDependencies": { - "astro": "^4.2.0" + "astro": "^4.10.3" } }, "node_modules/@astrojs/compiler": { diff --git a/package.json b/package.json index cbba484..0c3a11f 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/cloudflare": "^10.0.0", + "@astrojs/cloudflare": "^11.0.0", "@astrojs/tailwind": "^5.0.0", "@tailwindcss/typography": "^0.5.10", "astro": "^4.0.6",