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": {