diff --git a/package-lock.json b/package-lock.json index 6aa3ef50f70b74a..57149fb8852a971 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 b1cef42bcd6264e..73110b984df6110 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",