From c297bbdad30ecd83ebb414acbad7b2d6c17e1c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:26:26 +0000 Subject: [PATCH] chore(deps): bump astro from 5.17.3 to 5.18.0 in /docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.17.3 to 5.18.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@5.18.0/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.18.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 30bed88fe0a..f4c8c2a6890 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/starlight": "^0.37.6", "@primer/octicons": "^19.22.0", - "astro": "^5.17.3", + "astro": "^5.18.0", "astro-mermaid": "^1.3.1", "mermaid": "^11.12.3", "sharp": "^0.34.5", @@ -2504,9 +2504,9 @@ } }, "node_modules/astro": { - "version": "5.17.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.17.3.tgz", - "integrity": "sha512-69dcfPe8LsHzklwj+hl+vunWUbpMB6pmg35mACjetxbJeUNNys90JaBM8ZiwsPK689SAj/4Zqb1ayaANls9/MA==", + "version": "5.18.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.18.0.tgz", + "integrity": "sha512-CHiohwJIS4L0G6/IzE1Fx3dgWqXBCXus/od0eGUfxrZJD2um2pE7ehclMmgL/fXqbU7NfE1Ze2pq34h2QaA6iQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.13.0", diff --git a/docs/package.json b/docs/package.json index a8587d19bbf..225f1c16a1d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -19,7 +19,7 @@ "dependencies": { "@astrojs/starlight": "^0.37.6", "@primer/octicons": "^19.22.0", - "astro": "^5.17.3", + "astro": "^5.18.0", "astro-mermaid": "^1.3.1", "mermaid": "^11.12.3", "sharp": "^0.34.5",