From 32b39093b3368ea00e61d78c01c54f176c33ebd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 04:43:37 +0000 Subject: [PATCH] chore(deps): bump astro from 6.1.9 to 6.1.10 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.9 to 6.1.10. - [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@6.1.10/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d207a7..af5edd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/rss": "4.0.18", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.2.4", - "astro": "^6.1.9", + "astro": "^6.1.10", "astro-consent": "2.0.0", "tailwindcss": "4.2.4" }, @@ -2011,9 +2011,9 @@ } }, "node_modules/astro": { - "version": "6.1.9", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.9.tgz", - "integrity": "sha512-NsAHzMzpznB281g2aM5qnBt2QjfH6ttKiZ3hSZw52If8JJ+62kbnBKbyKhR2glQcJLl7Jfe4GSl0DihFZ36rRQ==", + "version": "6.1.10", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.10.tgz", + "integrity": "sha512-jQAIki6c862oxRr7OXXC+h3n4wg1EpmKgCH3vv1FtXM9VFmD2iTjlaxrfb0I6eQCwtUjSBxfJBFBDSXHu7Wing==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index 81b6959..2febb3d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/rss": "4.0.18", "@microsoft/clarity": "^1.0.2", "@tailwindcss/vite": "4.2.4", - "astro": "^6.1.9", + "astro": "^6.1.10", "astro-consent": "2.0.0", "tailwindcss": "4.2.4" },