diff --git a/package-lock.json b/package-lock.json index 8e589ff..e1f8816 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/preact": "^4.1.1", "@astrojs/tailwind": "^5.1.2", "@primer/react-brand": "^0.58.2", - "astro": "^5.14.8", + "astro": "^5.15.1", "framer-motion": "^11.11.17", "html2canvas": "^1.4.1", "preact": "^10.24.3", @@ -2382,9 +2382,9 @@ } }, "node_modules/astro": { - "version": "5.14.8", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.14.8.tgz", - "integrity": "sha512-nKqCLs7BFvGQL9QWQOUqxHhlHtV0UMLXz1ANJygozvjcexBWS7FYkWI2LzRPMNYmbW4msIWNWnX2RvLdvI5Cnw==", + "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", @@ -2419,7 +2419,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", @@ -2427,6 +2426,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", @@ -4097,15 +4097,6 @@ "node": ">=6" } }, - "node_modules/kleur": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-4.1.5.tgz", - "integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/kolorist": { "version": "1.8.0", "resolved": "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz", diff --git a/package.json b/package.json index 9397044..d57c874 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@astrojs/preact": "^4.1.1", "@astrojs/tailwind": "^5.1.2", "@primer/react-brand": "^0.58.2", - "astro": "^5.14.8", + "astro": "^5.15.1", "framer-motion": "^11.11.17", "html2canvas": "^1.4.1", "preact": "^10.24.3",