From 77b8b5f00c1a0a99f89c6c85caf204a7414000cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:52:38 +0000 Subject: [PATCH] Bump astro from 4.16.18 to 5.6.2 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.18 to 5.6.2. - [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.6.2/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 5.6.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4101580c3d..f7bf2188e2 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@astrojs/tailwind": "^5.1.2", "@astrojs/vue": "^4.5.3", "@vitejs/plugin-vue": "^5.0.4", - "astro": "^4.16.14", + "astro": "^5.6.2", "sharp": "^0.32.6", "starlight-theme-obsidian": "^0.0.10", "tailwindcss": "^3.3.6",