From 7a931b760f7de95c22f9b8fa99f8e8c657f34963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:35:52 +0000 Subject: [PATCH] Bump astro from 5.0.2 to 5.0.8 in /examples/client/astro Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 5.0.2 to 5.0.8. - [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@5.0.8/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/client/astro/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client/astro/package.json b/examples/client/astro/package.json index e6e5c99b..94d9f9a1 100644 --- a/examples/client/astro/package.json +++ b/examples/client/astro/package.json @@ -9,7 +9,7 @@ "astro": "astro" }, "dependencies": { - "astro": "5.0.2", + "astro": "5.0.8", "@openauthjs/openauth": "workspace:*" } }