diff --git a/client/package-lock.json b/client/package-lock.json index 397d58a..3a9fbeb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/node": "^9.4.6", "@astrojs/svelte": "^7.2.1", "@tailwindcss/vite": "^4.1.16", - "astro": "^5.12.3", + "astro": "^5.15.5", "svelte": "^5.43.5", "typescript": "^5.9.3" }, @@ -2307,9 +2307,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.5", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.5.tgz", + "integrity": "sha512-A56u4H6gFHEb0yRHcGTOADBb7jmEwfDjQpkqVV/Z+ZWlu6mYuwCrIcOUtZjNno0chrRKmOeZWDofW23ql18y3w==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", @@ -2344,7 +2344,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", @@ -2352,6 +2351,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", @@ -2366,7 +2366,7 @@ "unist-util-visit": "^5.0.0", "unstorage": "^1.17.0", "vfile": "^6.0.3", - "vite": "^6.3.6", + "vite": "^6.4.1", "vitefu": "^1.1.1", "xxhash-wasm": "^1.1.0", "yargs-parser": "^21.1.1", diff --git a/client/package.json b/client/package.json index 49fc062..5778946 100644 --- a/client/package.json +++ b/client/package.json @@ -14,7 +14,7 @@ "@astrojs/node": "^9.4.6", "@astrojs/svelte": "^7.2.1", "@tailwindcss/vite": "^4.1.16", - "astro": "^5.12.3", + "astro": "^5.15.5", "svelte": "^5.43.5", "typescript": "^5.9.3" },