From e1e5c1370472137f2c811cfbff87a65488e1ccc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:12:14 +0000 Subject: [PATCH] build(deps-dev): bump astro from 4.11.5 to 4.16.1 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.11.5 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:development ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5598b9d2821d2..8231a84debd01 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/node": "^18.6.4", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.0.0", - "astro": "4.11.5", + "astro": "4.16.1", "astro-auto-import": "^0.4.2", "astro-eslint-parser": "^0.16.0", "astro-og-canvas": "^0.5.0",