diff --git a/website/package-lock.json b/website/package-lock.json index 48e62c61f47..ea0c6378c99 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -14,7 +14,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.7.7", + "astro": "5.7.8", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0", @@ -2840,9 +2840,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==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", @@ -2892,7 +2892,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", @@ -9155,9 +9155,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==", "license": "MIT", "dependencies": { "css-tree": "^3.0.0", diff --git a/website/package.json b/website/package.json index 2cf9038edc5..5fa0bc6c76b 100644 --- a/website/package.json +++ b/website/package.json @@ -23,7 +23,7 @@ "@astrojs/starlight-tailwind": "3.0.0", "@astrojs/tailwind": "5.1.5", "@playform/compress": "0.1.9", - "astro": "5.7.7", + "astro": "5.7.8", "astro-better-image-service": "2.1.5", "astro-integration-lottie": "0.3.2", "astro-robots-txt": "1.0.0",