From 3ac6c29f6c820f47608216a6ff0bb6fca35c35f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 22:29:18 +0000 Subject: [PATCH] Bump astro from 5.14.5 to 5.15.4 in /client Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.14.5 to 5.15.4. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@5.15.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 12 ++++++------ client/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 397d58ae..3a9fbeb7 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 49fc0625..5778946b 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" },