From 9a3ae3a5af6e2b5fc89c7a54e5f4cb4a59158357 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 16:35:17 +0100 Subject: [PATCH] Bump astro-d2 from 0.8.1 to 0.9.0 (#7) Bumps [astro-d2](https://github.com/HiDeoo/astro-d2/tree/HEAD/packages/astro-d2) from 0.8.1 to 0.9.0. - [Release notes](https://github.com/HiDeoo/astro-d2/releases) - [Changelog](https://github.com/HiDeoo/astro-d2/blob/main/packages/astro-d2/CHANGELOG.md) - [Commits](https://github.com/HiDeoo/astro-d2/commits/astro-d2@0.9.0/packages/astro-d2) --- updated-dependencies: - dependency-name: astro-d2 dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac8077c..7d9ae0c 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "@astrojs/check": "^0.9.6", "@astrojs/sitemap": "^3.6.0", "astro": "^5.16.4", - "astro-d2": "^0.8.1", + "astro-d2": "^0.9.0", "astro-icon": "^1.1.5", "typescript": "^5.9.3" },