From efa26f662fafaeb2e112863cf19d592d6b3078a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 19:00:45 +0300 Subject: [PATCH] chore(deps): bump astro from 4.15.9 to 4.16.1 in /examples/astro-example (#855) Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.9 to 4.16.1. - [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@4.16.1/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/astro-example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/astro-example/package.json b/examples/astro-example/package.json index 4319bc5e57..3eb88aab02 100644 --- a/examples/astro-example/package.json +++ b/examples/astro-example/package.json @@ -22,7 +22,7 @@ "@kobalte/core": "^0.13.7", "@oslojs/encoding": "^1.1.0", "@types/better-sqlite3": "^7.6.12", - "astro": "^4.16.17", + "astro": "^4.16.1", "better-auth": "workspace:*", "better-sqlite3": "^11.6.0", "class-variance-authority": "^0.7.1",