From c15c078b7beb527d38dc9bbb3a0d4305c9bea07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 16:26:13 +0000 Subject: [PATCH] chore(deps): bump astro 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 6.4.4 to 6.4.6 - [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@6.4.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.4.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 6 ++++-- docs/package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index daf4aa05ddc..85e2ce64c20 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.40.0", "@primer/octicons": "^19.28.1", - "astro": "^6.4.4", + "astro": "^6.4.6", "astro-mermaid": "^2.0.2", "mermaid": "^11.15.0", "pdfjs-dist": "^6.0.227", @@ -2594,7 +2594,9 @@ } }, "node_modules/astro": { - "version": "6.4.4", + "version": "6.4.6", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.4.6.tgz", + "integrity": "sha512-48OBTBKR9ctbf+DQxpOuxGl8ebfn59zTuNQMBzptmG/Mi/H8IdfMSbJgGuX1I/4U6g9yazG1p4BHlf4+2hWU4Q==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^4.0.0", diff --git a/docs/package.json b/docs/package.json index 7c499fadf5b..73e221d4aae 100644 --- a/docs/package.json +++ b/docs/package.json @@ -25,7 +25,7 @@ "@astrojs/sitemap": "^3.7.3", "@astrojs/starlight": "^0.40.0", "@primer/octicons": "^19.28.1", - "astro": "^6.4.4", + "astro": "^6.4.6", "astro-mermaid": "^2.0.2", "mermaid": "^11.15.0", "pdfjs-dist": "^6.0.227",