diff --git a/package-lock.json b/package-lock.json index a6580339..a74d0575 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.11" }, "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.11", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.7.11.tgz", + "integrity": "sha512-9qRVwp8pue3isddLBnTexJsmKFpmms9Fo7Ss+3yrC0aINvbHKpD7q6qf52BtfQEk2xJgyx3SQy3dUsuD90sEqQ==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.11.0", @@ -3819,11 +3819,11 @@ "tinyglobby": "^0.2.12", "tsconfck": "^3.1.5", "ultrahtml": "^1.6.0", - "unifont": "~0.2.0", + "unifont": "~0.5.0", "unist-util-visit": "^5.0.0", "unstorage": "^1.15.0", "vfile": "^6.0.3", - "vite": "^6.2.6", + "vite": "^6.3.4", "vitefu": "^1.0.6", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", @@ -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.5.0", + "resolved": "https://registry.npmjs.org/unifont/-/unifont-0.5.0.tgz", + "integrity": "sha512-4DueXMP5Hy4n607sh+vJ+rajoLu778aU3GzqeTCqsD/EaUcvqZT9wPC8kgK6Vjh22ZskrxyRCR71FwNOaYn6jA==", "license": "MIT", "dependencies": { "css-tree": "^3.0.0", @@ -10609,9 +10609,9 @@ } }, "node_modules/vite": { - "version": "6.3.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.3.tgz", - "integrity": "sha512-5nXH+QsELbFKhsEfWLkHrvgRpTdGJzqOZ+utSdmPTvwHmvU6ITTm3xx+mRusihkcI8GeC7lCDyn3kDtiki9scw==", + "version": "6.3.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.3.5.tgz", + "integrity": "sha512-cZn6NDFE7wdTpINgs++ZJ4N49W2vRp8LCKrn3Ob1kYNtOo21vfDoaV5GzBfLU4MovSAB8uNRm4jgzVQZ+mBzPQ==", "license": "MIT", "dependencies": { "esbuild": "^0.25.0", diff --git a/package.json b/package.json index 062ed666..f233274a 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.11" }, "devDependencies": { "@actions/core": "^1.11.1",