From a052506d4713827f5e43ee6f699eceaff1a45d50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 07:36:17 +0000 Subject: [PATCH] chore(deps): bump astro from 5.9.4 to 5.10.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.4 to 5.10.0. - [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@5.10.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 38349b2f..d376ba3c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.4", "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", - "astro": "^5.9.4" + "astro": "^5.10.0" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -3624,9 +3624,9 @@ } }, "node_modules/astro": { - "version": "5.9.4", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.4.tgz", - "integrity": "sha512-AEulm16C9IijMYrFb3VIFx9z17p/wfDSHUHdbbvSEX+rBca64xV+f67tnsql3s4CE8u2cwYpdX+5yH7l53W4iA==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.0.tgz", + "integrity": "sha512-g/t54kVzQnFVijs+GbbbX/NBAFTl/3yNAEA/AQYq4FumLLVv7n4BIF+jKhcPGn9iFGyT1Cjvr7KB/qYyNvHEIg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", diff --git a/package.json b/package.json index d2a67460..e14ab157 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.34.4", "@astrojs/vercel": "^8.1.5", "@vercel/analytics": "^1.5.0", - "astro": "^5.9.4" + "astro": "^5.10.0" }, "devDependencies": { "@actions/core": "^1.11.1",