From 5a996755db9351a8d3877efe283ac3e1d6e5216e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 14:57:13 +0000 Subject: [PATCH] fix(deps): update dependency astro to v5.1.5 --- 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 f3c073c7..8b5af1a6 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.4", + "astro": "5.1.5", "commitizen": "4.3.1", "knip": "5.42.0", "markdownlint-cli2": "0.17.1", diff --git a/package.json b/package.json index 76d6542f..a0078720 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.4", + "astro": "5.1.5", "commitizen": "4.3.1", "knip": "5.42.0", "markdownlint-cli2": "0.17.1", diff --git a/tests/e2e/fixtures/package.json b/tests/e2e/fixtures/package.json index 3343cdbf..9ba41dab 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.5", "astro-better-image-service": "link:astro-better-image-service" }, "scripts": {