From f7b8035189677d12019cddaa5c3aaae86fb9e3b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 06:10:47 +0000 Subject: [PATCH] chore(deps): bump @astrojs/db from 0.15.1 to 0.16.0 Bumps [@astrojs/db](https://github.com/withastro/astro/tree/HEAD/packages/db) from 0.15.1 to 0.16.0. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/db/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/db@0.16.0/packages/db) --- updated-dependencies: - dependency-name: "@astrojs/db" dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9e69f5c..1025a83 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@ameinhardt/unocss-preset-daisy": "^1.1.8", "@astrojs/check": "0.9.4", - "@astrojs/db": "^0.15.0", + "@astrojs/db": "^0.16.0", "@astrojs/svelte": "7.1.0", "astro": "5.10.1", "daisyui": "^5.0.31",