From a5dfdef1227a4ebd703c26715beafa1c267ee51b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 20:14:29 +0000 Subject: [PATCH] [Docs Site] Bump astro from 5.12.0 to 5.12.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.12.0 to 5.12.3. - [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.12.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.12.3 dependency-type: direct:development update-type: version-update:semver-patch ... 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 bd922b7cab758e..c92e473e913ebb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.38.0", "algoliasearch": "5.34.1", - "astro": "5.12.0", + "astro": "5.12.3", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6", @@ -7178,9 +7178,9 @@ } }, "node_modules/astro": { - "version": "5.12.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.0.tgz", - "integrity": "sha512-Oov5JsMFHuUmuO+Nx6plfv3nQNK1Xl/8CgLvR8lBhZTjYnraxhuPX5COVAzbom+YLgwaDfK7KBd8zOEopRf9mg==", + "version": "5.12.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.12.3.tgz", + "integrity": "sha512-fU1hNPMkccm+FuonGsY5DFkC2QyuLCju++8L2ubzBtYBDBf6bmfgmVM7A2dK+Hl+ZJCUNgepsClhBpczj+2LRw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 019d7eb025ea42..3b2553b9f7eaa3 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.38.0", "algoliasearch": "5.34.1", - "astro": "5.12.0", + "astro": "5.12.3", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.6",