From 11be0590c4beb889b0dfa772bc5d7102e0006f2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 02:49:27 +0000 Subject: [PATCH] fix(deps): update dependency astro to v5.1.4 --- bun.lock | 2 +- package.json | 2 +- tests/e2e/fixtures/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index 8aaa05ed..c299c471 100755 --- a/bun.lock +++ b/bun.lock @@ -18,7 +18,7 @@ "@tsconfig/strictest": "2.0.5", "@types/bun": "1.1.16", "@types/semver": "7.5.8", - "astro": "5.1.2", + "astro": "5.1.4", "commitizen": "4.3.1", "knip": "5.41.1", "markdownlint-cli2": "0.17.1", diff --git a/package.json b/package.json index aee1af2e..41303604 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@tsconfig/strictest": "2.0.5", "@types/bun": "1.1.16", "@types/semver": "7.5.8", - "astro": "5.1.2", + "astro": "5.1.4", "commitizen": "4.3.1", "knip": "5.41.1", "markdownlint-cli2": "0.17.1", diff --git a/tests/e2e/fixtures/package.json b/tests/e2e/fixtures/package.json index 3343cdbf..23b04a2a 100644 --- a/tests/e2e/fixtures/package.json +++ b/tests/e2e/fixtures/package.json @@ -4,7 +4,7 @@ "private": true, "type": "module", "dependencies": { - "astro": "5.1.2", + "astro": "5.1.4", "astro-better-image-service": "link:astro-better-image-service" }, "scripts": {