From 82613d089df9efa894aa4b8b2600bcb5d9b3a092 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 21:10:08 +0000 Subject: [PATCH] [Docs Site] Bump astro from 5.5.6 to 5.6.0 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.5.6 to 5.6.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@5.6.0/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.6.0 dependency-type: direct:development update-type: version-update:semver-minor ... 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 8c1023478f359c..32d610150b98cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.29.0", "algoliasearch": "5.23.1", - "astro": "5.5.6", + "astro": "5.6.0", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.5", @@ -5683,9 +5683,9 @@ } }, "node_modules/astro": { - "version": "5.5.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.5.6.tgz", - "integrity": "sha512-SjU6zAlRe/gQrZ558Qhm211Yl8XOZBfjMpZig3XtQpG6zlyHJkElbWQIWXAVPzMg17cFVdv/qZPVHfcP2YOGGw==", + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.6.0.tgz", + "integrity": "sha512-ZzHqdTQ4qtCnXzN9bVb75p/F0UweZYubmijjo++frn4E4KxLX8E7fizbX5Wbo2flvA6z/tUsoDwnYASxLHiM1Q==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index fbe01f15b3ce6b..67be89f262444e 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.29.0", "algoliasearch": "5.23.1", - "astro": "5.5.6", + "astro": "5.6.0", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.5",