From ceca029ac156c24a30f39e5ec1e88f8e97416fdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 11:18:18 +0000 Subject: [PATCH] Bump astro from 5.14.5 to 5.15.3 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.14.5 to 5.15.3. - [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.3/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.15.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a0666d9..d07a47a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrolib/seo": "^1.0.0-beta.8", "@fontsource-variable/inter": "^5.2.8", "@iconify-json/mdi": "^1.2.3", - "astro": "^5.14.5", + "astro": "^5.15.3", "astro-embed": "^0.9.1", "astro-icon": "^1.1.5", "limax": "4.2.1", @@ -3219,9 +3219,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.3", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.15.3.tgz", + "integrity": "sha512-wUO/isJrcUoduRoKacKB9jpO6TxTlPV1zw8UqQx39jSNY7z9IxusJAiib3AiNvqK+dCWhqXx+OnExCCwELmcUw==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^2.12.2", @@ -3256,7 +3256,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", @@ -3264,6 +3263,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", @@ -3278,7 +3278,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/package.json b/package.json index 0cc0b9e..0d387e3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrolib/seo": "^1.0.0-beta.8", "@fontsource-variable/inter": "^5.2.8", "@iconify-json/mdi": "^1.2.3", - "astro": "^5.14.5", + "astro": "^5.15.3", "astro-embed": "^0.9.1", "astro-icon": "^1.1.5", "limax": "4.2.1",