diff --git a/package-lock.json b/package-lock.json index a6580339..7019d710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.34.0", "@astrojs/vercel": "^8.1.4", "@vercel/analytics": "^1.5.0", - "astro": "^5.7.5" + "astro": "^5.7.9" }, "devDependencies": { "@actions/core": "^1.11.1", @@ -3767,9 +3767,9 @@ } }, "node_modules/astro": { - "version": "5.7.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.5.tgz", - "integrity": "sha512-c59YuYiXyWWnUMOBlDczrjqKzF0dJQP20EP9vqDggcyKm//tEt9iJHNwoYq4r3UeO9UJCwlGK8FwaGTAwwF3IA==", + "version": "5.7.9", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.9.tgz", + "integrity": "sha512-P0cLijpmu4xZEXIh83ROOJqiCWRA7KSo24nhRLIjbMkiPElXu2qL1c28m7xhylCXeHa0lnCGPLyNjs1Wx3GyxA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", @@ -3819,7 +3819,7 @@ "tinyglobby": "^0.2.12", "tsconfck": "^3.1.5", "ultrahtml": "^1.6.0", - "unifont": "~0.2.0", + "unifont": "~0.4.1", "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", @@ -10223,9 +10223,9 @@ } }, "node_modules/unifont": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.2.0.tgz", - "integrity": "sha512-RoF14/tOhLvDa7R5K6A3PjsfJVFKvadvRpWjfV1ttabUe9704P1ie9z1ABLWEts/8SxrBVePav/XhgeFNltpsw==", + "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/package.json b/package.json index 062ed666..b7c0aab1 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@astrojs/starlight": "^0.34.0", "@astrojs/vercel": "^8.1.4", "@vercel/analytics": "^1.5.0", - "astro": "^5.7.5" + "astro": "^5.7.9" }, "devDependencies": { "@actions/core": "^1.11.1",