diff --git a/package-lock.json b/package-lock.json index e4752665..d2822e98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.6.0", "@astrojs/starlight": "^0.36.1", - "astro": "^5.14.6", + "astro": "^5.15.1", "sharp": "^0.34.4" }, "devDependencies": { @@ -1080,9 +1080,9 @@ } }, "node_modules/astro": { - "version": "5.14.6", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.6.tgz", - "integrity": "sha512-MSdjKt2W2a56x868DqDWgbfw4D689/8EGhHG4465h7eivTI237u1aBx4iJvgI6WfgdUE61+coAvMjUkEvOWbpA==", + "version": "5.15.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.1.tgz", + "integrity": "sha512-VM679M1qxOjGo6q3vKYDNDddkALGgMopG93IwbEXd3Buc2xVLuuPj4HNziNugSbPQx5S6UReMp5uzw10EJN81A==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", @@ -1117,7 +1117,6 @@ "http-cache-semantics": "^4.2.0", "import-meta-resolve": "^4.2.0", "js-yaml": "^4.1.0", - "kleur": "^4.1.5", "magic-string": "^0.30.18", "magicast": "^0.3.5", "mrmime": "^2.0.1", @@ -1125,6 +1124,7 @@ "p-limit": "^6.2.0", "p-queue": "^8.1.0", "package-manager-detector": "^1.3.0", + "picocolors": "^1.1.1", "picomatch": "^4.0.3", "prompts": "^2.4.2", "rehype": "^13.0.2", diff --git a/package.json b/package.json index 4680449e..39ff0743 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "dependencies": { "@astrojs/sitemap": "^3.6.0", "@astrojs/starlight": "^0.36.1", - "astro": "^5.14.6", + "astro": "^5.15.1", "sharp": "^0.34.4" }, "devDependencies": {