From cb55bd259d53deb2ab89c2b5a5ebaceeb41e36a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:39:26 +0000 Subject: [PATCH] Bump astro from 4.16.13 to 4.16.17 Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.16.13 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: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 399840b3e69c4..bb0c7590b7130 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.16.13", + "astro": "4.16.17", "astro-auto-import": "^0.4.2", "astro-eslint-parser": "^0.16.0", "astro-og-canvas": "^0.5.0",