From 2a574578a44bece51cb8a02326d8202a5a13cbb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 20:11:19 +0000 Subject: [PATCH] [Docs Site] Bump astro from 5.10.2 to 5.11.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.10.2 to 5.11.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.11.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.11.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab00b0af76a586d..330ab8a7ebf4c28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.35.1", "algoliasearch": "5.30.0", - "astro": "5.10.2", + "astro": "5.11.0", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6", @@ -7188,10 +7188,11 @@ } }, "node_modules/astro": { - "version": "5.10.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.2.tgz", - "integrity": "sha512-CCBU+e/Apk6NWEMnc/R9dVZD/+FaCnNqWJicX1Oe6T18vLKop+LPs/m/88ekJk4zxP1g1N/GfUq4wEedUSk1Wg==", + "version": "5.11.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.11.0.tgz", + "integrity": "sha512-MEICntERthUxJPSSDsDiZuwiCMrsaYy3fnDhp4c6ScUfldCB8RBnB/myYdpTFXpwYBy6SgVsHQ1H4MuuA7ro/Q==", "dev": true, + "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", diff --git a/package.json b/package.json index 4165fa90d5827d2..82c687e1099f61f 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.35.1", "algoliasearch": "5.30.0", - "astro": "5.10.2", + "astro": "5.11.0", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6",