From da7359544af39cdb805679260b615ea2b9e8acca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 21:33:45 +0000 Subject: [PATCH] [Docs Site] Bump astro from 5.7.8 to 5.7.9 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.8 to 5.7.9. - [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.7.9/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.9 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 0447060daec766..bd65f182daff31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.31.1", "algoliasearch": "5.23.4", - "astro": "5.7.8", + "astro": "5.7.9", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.5", @@ -6987,9 +6987,9 @@ } }, "node_modules/astro": { - "version": "5.7.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.8.tgz", - "integrity": "sha512-82ku6+wOGXP5c5+YOkBzEGJ/k8/GVSeN0xD/TNUrPf5nvWpGGpngxtUAwuruKF6wIxRC1/SwlUVCs/4QT98iZQ==", + "version": "5.7.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.9.tgz", + "integrity": "sha512-P0cLijpmu4xZEXIh83ROOJqiCWRA7KSo24nhRLIjbMkiPElXu2qL1c28m7xhylCXeHa0lnCGPLyNjs1Wx3GyxA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a5fb4b2f539c1c..f00baf0b8744c9 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.31.1", "algoliasearch": "5.23.4", - "astro": "5.7.8", + "astro": "5.7.9", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.5",