Skip to content

Commit ae1e007

Browse files
fix(deps): update dependency astro to v5.1.5 (#1104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0c052a1 commit ae1e007

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bun.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@tsconfig/strictest": "2.0.5",
1919
"@types/bun": "1.1.16",
2020
"@types/semver": "7.5.8",
21-
"astro": "5.1.4",
21+
"astro": "5.1.5",
2222
"commitizen": "4.3.1",
2323
"knip": "5.42.0",
2424
"markdownlint-cli2": "0.17.1",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@tsconfig/strictest": "2.0.5",
4040
"@types/bun": "1.1.16",
4141
"@types/semver": "7.5.8",
42-
"astro": "5.1.4",
42+
"astro": "5.1.5",
4343
"commitizen": "4.3.1",
4444
"knip": "5.42.0",
4545
"markdownlint-cli2": "0.17.1",

tests/e2e/fixtures/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"dependencies": {
7-
"astro": "5.1.2",
7+
"astro": "5.1.5",
88
"astro-better-image-service": "link:astro-better-image-service"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)