From 78947603a7ad5d931fb89ecc541715cb85102b7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:33:49 +0000 Subject: [PATCH] [Docs Site] Bump astro from 5.7.7 to 5.7.8 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.7.7 to 5.7.8. - [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.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.7.8 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6aa3ef50f70b74..57149fb8852a97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.31.0", "algoliasearch": "5.23.4", - "astro": "5.7.7", + "astro": "5.7.8", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.5", @@ -7165,9 +7165,9 @@ } }, "node_modules/astro": { - "version": "5.7.7", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.7.tgz", - "integrity": "sha512-nmp8U3oQLZ/eDlobF1UG0hiSycVvHrVyPDMXZxuohpd24Z2aO2Ea0YnfZxS5Sx4uh9c8UBxy4fHTcoQlXNx3TQ==", + "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==", "dev": true, "license": "MIT", "dependencies": { @@ -7218,7 +7218,7 @@ "tinyglobby": "^0.2.12", "tsconfck": "^3.1.5", "ultrahtml": "^1.6.0", - "unifont": "~0.4.0", + "unifont": "~0.4.1", "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", @@ -19669,9 +19669,9 @@ } }, "node_modules/unifont": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.4.0.tgz", - "integrity": "sha512-wbc8b02b+K7WRHSxD+YQRYS31iVwOd0dRF7Nv73nolzyQ5n4qMtuJ4OdJSe1hEB7XT+lPb2Qk7FHxOrMReh9lw==", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.4.1.tgz", + "integrity": "sha512-zKSY9qO8svWYns+FGKjyVdLvpGPwqmsCjeJLN1xndMiqxHWBAhoWDMYMG960MxeV48clBmG+fDP59dHY1VoZvg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b1cef42bcd6264..73110b984df611 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@types/react-dom": "19.0.4", "@typescript-eslint/parser": "8.31.0", "algoliasearch": "5.23.4", - "astro": "5.7.7", + "astro": "5.7.8", "astro-breadcrumbs": "3.3.1", "astro-icon": "1.1.5", "astro-live-code": "0.0.5",