diff --git a/package-lock.json b/package-lock.json index 5b6bcdb..1acf12f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "version": "0.0.1", "dependencies": { - "astro": "^5.14.5", + "astro": "^5.15.1", "astro-compress": "^2.3.8" }, "devDependencies": { @@ -2311,9 +2311,9 @@ } }, "node_modules/astro": { - "version": "5.14.5", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.5.tgz", - "integrity": "sha512-EHt7y3+nHYyKzBats1AL3N4Pyrvqyr+zXBC7njUa9Tfe+gsiHlunaw+lXitTT/DDVwO2R/f/qVG7Xc6rl0b2KQ==", + "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", @@ -2348,7 +2348,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", @@ -2356,6 +2355,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 f9ac4e7..d0051ff 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.14.5", + "astro": "^5.15.1", "astro-compress": "^2.3.8" }, "devDependencies": {