From 7908fb54ffca8ce40b0506c9328410c57e36c7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 03:32:09 +0000 Subject: [PATCH] Bump astro in /docs in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the /docs directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 7.0.9 to 7.1.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@7.1.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 7.1.0 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 8 ++++---- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index a9083b360a5..44ee6a20e86 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -13,7 +13,7 @@ "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.41.3", "@primer/octicons": "^19.29.2", - "astro": "^7.0.9", + "astro": "^7.1.0", "astro-mermaid": "^2.1.0", "mermaid": "^11.16.0", "pdfjs-dist": "^6.1.200", @@ -2865,9 +2865,9 @@ } }, "node_modules/astro": { - "version": "7.0.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-7.0.9.tgz", - "integrity": "sha512-WB5pA4LLQnmqjBh6EIu0z8aUV4q2/AoThgSZq57Rsp+oqqvPu7OwZ5eF+W4ku20TUTxIhiJW8dccuGvJPiW2UA==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-7.1.0.tgz", + "integrity": "sha512-jXHNZXpO0HOuANLwv5uLg5WFXFmIMyDTMlokIb8sv10y8QItOFaikwrqvp6+Pe0MSqvp+aO7V1SfVriFcCEKgA==", "license": "MIT", "dependencies": { "@astrojs/compiler-rs": "^0.3.1", diff --git a/docs/package.json b/docs/package.json index 6b4b4960086..db08fd2105d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -27,7 +27,7 @@ "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.41.3", "@primer/octicons": "^19.29.2", - "astro": "^7.0.9", + "astro": "^7.1.0", "astro-mermaid": "^2.1.0", "mermaid": "^11.16.0", "pdfjs-dist": "^6.1.200",