From 3c96d8a7c73a24ad151d67ac61408d9c4e5f15d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:52:22 +0000 Subject: [PATCH] chore(deps): bump astro from 6.1.2 to 6.1.4 in /website Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.1.2 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] --- website/package-lock.json | 8 ++++---- website/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index dc6ae21..747879a 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.2", - "astro": "^6.1.2", + "astro": "^6.1.4", "sharp": "^0.34.5" } }, @@ -2044,9 +2044,9 @@ } }, "node_modules/astro": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz", - "integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==", + "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/website/package.json b/website/package.json index 629ad92..864ca61 100644 --- a/website/package.json +++ b/website/package.json @@ -10,7 +10,7 @@ "dependencies": { "@astrojs/sitemap": "^3.7.2", "@astrojs/starlight": "^0.38.2", - "astro": "^6.1.2", + "astro": "^6.1.4", "sharp": "^0.34.5" } }