From 42478382bfc27f9dad1ad36b3875b9e16f5dbd42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:52:39 +0000 Subject: [PATCH] chore(deps): bump astro from 4.7.0 to 4.16.17 in /apps/docs Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.7.0 to 4.16.17. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/astro@4.16.17/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@4.16.17/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/package.json b/apps/docs/package.json index acb1b2d3d..273832052 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/react": "3.3.1", - "astro": "4.7.0" + "astro": "4.16.17" } }