From a43f26b20a19659e6f335d0e5710ed801e87a8f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 14:21:15 +0000 Subject: [PATCH] chore(deps): bump astro from 6.1.3 to 6.1.4 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.3 to 6.1.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@6.1.4/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.4 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 e2c07f8..f123a57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/starlight": "^0.38.2", - "astro": "^6.1.3", + "astro": "^6.1.4", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", "starlight-changelogs": "^0.5.0", @@ -2103,9 +2103,9 @@ } }, "node_modules/astro": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.3.tgz", - "integrity": "sha512-FUKbBYOdYYrRNZwDd9I5CVSfR6Nj9aZeNzcjcvh1FgHwR0uXawkYFR3HiGxmdmAB2m8fs0iIkDdsiUfwGeO8qA==", + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.4.tgz", + "integrity": "sha512-SRy1bONuCHkGWhI5JiWCQKVDVbeaXOikjAVZs/Nz+lvUvubtdLoZfnacmuZHQ9RL2IOkU54M8/qZYm9ypJDKrg==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index 280e83d..4b667ba 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/starlight": "^0.38.2", - "astro": "^6.1.3", + "astro": "^6.1.4", "astro-breadcrumbs": "^3.4.0", "sharp": "^0.34.5", "starlight-changelogs": "^0.5.0",