From 85141d28d11d3b648ec77a529ae3c91839cc5f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 23:10:36 +0000 Subject: [PATCH] [Docs Site] Bump astro from 5.9.3 to 5.10.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.9.3 to 5.10.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@5.10.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.10.1 dependency-type: direct:development 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 515e78f0c7eb7f..29dd8cb3923ca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.34.1", "algoliasearch": "5.27.0", - "astro": "5.9.3", + "astro": "5.10.1", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6", @@ -7219,9 +7219,9 @@ } }, "node_modules/astro": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.9.3.tgz", - "integrity": "sha512-VReZrpUa/3rfeiVvsQ1A2M3ujDPI+pDGIYOMtXPEZwut8tZoEyealXXLjitgCsJ+3dunKGZbg4Eak6i+r0vniw==", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.1.tgz", + "integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fcbcd0cf36815d..300a927e0aae96 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.34.1", "algoliasearch": "5.27.0", - "astro": "5.9.3", + "astro": "5.10.1", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6",