From c8889df1fe5a29875eec9050e5a398e0f15da7b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 15:38:23 +0000 Subject: [PATCH] Bump astro from 5.8.0 to 5.8.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.8.0 to 5.8.1. - [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.8.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index a6f21b4..274a8b3 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.5", "@iconify-json/mdi": "^1.2.3", - "astro": "^5.8.0", + "astro": "^5.10.1", "astro-embed": "^0.9.0", "astro-icon": "^1.1.5", "limax": "4.1.0", @@ -218,10 +218,9 @@ } }, "node_modules/@astrojs/compiler": { - "version": "2.12.0", - "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.0.tgz", - "integrity": "sha512-7bCjW6tVDpUurQLeKBUN9tZ5kSv5qYrGmcn0sG0IwacL7isR2ZbyyA3AdZ4uxsuUFOS2SlgReTH7wkxO6zpqWA==", - "license": "MIT" + "version": "2.12.2", + "resolved": "https://registry.npmjs.org/@astrojs/compiler/-/compiler-2.12.2.tgz", + "integrity": "sha512-w2zfvhjNCkNMmMMOn5b0J8+OmUaBL1o40ipMvqcG6NRpdC+lKxmTi48DT8Xw0SzJ3AfmeFLB45zXZXtmbsjcgw==" }, "node_modules/@astrojs/internal-helpers": { "version": "0.6.1", @@ -3149,12 +3148,11 @@ } }, "node_modules/astro": { - "version": "5.8.0", - "resolved": "https://registry.npmjs.org/astro/-/astro-5.8.0.tgz", - "integrity": "sha512-G57ELkdIntDiSrucA5lQaRtBOjquaZ9b9NIwoz2f471ZuuJcynLjWgItgBzlrz5UMY4WqnFbVWUCKlJb7nt9bA==", - "license": "MIT", + "version": "5.10.1", + "resolved": "https://registry.npmjs.org/astro/-/astro-5.10.1.tgz", + "integrity": "sha512-DJVmt+51jU1xmgmAHCDwuUgcG/5aVFSU+tcX694acAZqPVt8EMUAmUZcJDX36Z7/EztnPph9HR3pm72jS2EgHQ==", "dependencies": { - "@astrojs/compiler": "^2.11.0", + "@astrojs/compiler": "^2.12.2", "@astrojs/internal-helpers": "0.6.1", "@astrojs/markdown-remark": "6.3.2", "@astrojs/telemetry": "3.3.0", diff --git a/package.json b/package.json index 270108b..aab8df3 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@astrolib/seo": "^1.0.0-beta.8", "@fontsource-variable/inter": "^5.2.5", "@iconify-json/mdi": "^1.2.3", - "astro": "^5.8.0", + "astro": "^5.10.1", "astro-embed": "^0.9.0", "astro-icon": "^1.1.5", "limax": "4.1.0",