From 5a87f6c6175635ac11023405bcde9e604d9e2fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:40:57 +0000 Subject: [PATCH] chore(deps): bump astro from 6.1.1 to 6.1.2 in the github-actions group Bumps the github-actions group with 1 update: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.1.1 to 6.1.2 - [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.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... 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 014c3e87..ea6c1730 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@astrojs/starlight": "^0.38.1", "@astrojs/vercel": "^10.0.3", "@vercel/analytics": "^2.0.1", - "astro": "^6.1.1" + "astro": "^6.1.2" }, "devDependencies": { "@actions/core": "^3.0.0", @@ -5563,9 +5563,9 @@ } }, "node_modules/astro": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.1.tgz", - "integrity": "sha512-vq8sHpu1JsY1fWAunn+tdKNbVDmLQNiVdyuGsVT2csgITdFGXXVAyEXFWc1DzkMN0ehElPeiHnqItyQOJK+GqA==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz", + "integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==", "license": "MIT", "dependencies": { "@astrojs/compiler": "^3.0.1", diff --git a/package.json b/package.json index a7d3780d..ba760840 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@astrojs/starlight": "^0.38.1", "@astrojs/vercel": "^10.0.3", "@vercel/analytics": "^2.0.1", - "astro": "^6.1.1" + "astro": "^6.1.2" }, "devDependencies": { "@actions/core": "^3.0.0",