From 95c31c40f7d3fdaf9ba2e14ce9df759c5b8f152d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 03:10:43 +0000 Subject: [PATCH] Bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [@astrojs/cloudflare](https://github.com/withastro/astro/tree/HEAD/packages/integrations/cloudflare) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `@astrojs/cloudflare` from 14.2.6 to 14.3.0 - [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.0/packages/integrations/cloudflare) Updates `astro` from 7.2.10 to 7.3.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.3.1/packages/astro) --- updated-dependencies: - dependency-name: "@astrojs/cloudflare" dependency-version: 14.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: astro dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 11c453f..4e5b0c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,9 +9,9 @@ "version": "0.1.0", "license": "AGPL-3.0-only", "dependencies": { - "@astrojs/cloudflare": "14.2.6", + "@astrojs/cloudflare": "14.3.0", "@astrojs/rss": "^4.0.19", - "astro": "7.2.10", + "astro": "7.3.1", "gray-matter": "^4.0.3", "micromark": "^4.0.2", "uuid": "14.0.2" @@ -49,9 +49,9 @@ } }, "node_modules/@astrojs/cloudflare": { - "version": "14.2.6", - "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-14.2.6.tgz", - "integrity": "sha512-YoHvuwX83gQA3VY4YpESn4GX4kVHESae1LS1+6QvyFGp7H8ZnX+aRXGOmyNKdl+zpwDIew7e1HcbidWeuk2RLw==", + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/@astrojs/cloudflare/-/cloudflare-14.3.0.tgz", + "integrity": "sha512-sJZH33jpin7IM4NW0xREPSmqzxyNtzmdywMyXah8VID/MhvNwaOiu6Wwha97QNAKZQwZoPbgAblZjxqisyfDnA==", "license": "MIT", "dependencies": { "@astrojs/internal-helpers": "0.11.0", @@ -2859,9 +2859,9 @@ } }, "node_modules/astro": { - "version": "7.2.10", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.2.10.tgz", - "integrity": "sha512-uPtD+nK6kQXugyq4kiMPwj9OI3Sae6HSerA5X+fuv2CPaDwxmokFPPFlGRKIAXH0QAKu+zot2q6yrLG61wFmqg==", + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.3.1.tgz", + "integrity": "sha512-A/bJYHtc6n0UAdROY9W948fW6lX0pnUA+JWKW+IGCXRyDIGN2MsXC0OlS8onZGJjr+sv8htemwOc9W5PBRXCkw==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.4.0", @@ -2916,7 +2916,7 @@ "vitefu": "^1.1.2", "xxhash-wasm": "^1.1.0", "yargs-parser": "^22.0.0", - "zod": "^4.3.6" + "zod": "^4.5.4" }, "bin": { "astro": "bin/astro.mjs" @@ -7137,9 +7137,9 @@ } }, "node_modules/zod": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", - "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.5.4.tgz", + "integrity": "sha512-sC95tT5iHHH9gtpj6A81kh+NEaRAUFN+qlUPDUbRfOMvNf5QCBqsb3WgvnpVtK5Y+4UfA6KqufotuTvMGiTlsA==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index 0c98efb..d51172c 100644 --- a/package.json +++ b/package.json @@ -61,9 +61,9 @@ "orbit:publish": "node scripts/orbit-publish.mjs" }, "dependencies": { - "@astrojs/cloudflare": "14.2.6", + "@astrojs/cloudflare": "14.3.0", "@astrojs/rss": "^4.0.19", - "astro": "7.2.10", + "astro": "7.3.1", "gray-matter": "^4.0.3", "micromark": "^4.0.2", "uuid": "14.0.2"