Skip to content

Commit d048ae6

Browse files
chore(deps): update dependency astro to v5.1.9
1 parent 17e99da commit d048ae6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lockfileVersion": 0,
2+
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
55
"dependencies": {
@@ -18,7 +18,7 @@
1818
"@tsconfig/strictest": "2.0.5",
1919
"@types/bun": "1.1.17",
2020
"@types/semver": "7.5.8",
21-
"astro": "5.1.7",
21+
"astro": "5.1.9",
2222
"commitizen": "4.3.1",
2323
"knip": "5.42.2",
2424
"markdownlint-cli2": "0.17.2",

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.17",
4141
"@types/semver": "7.5.8",
42-
"astro": "5.1.7",
42+
"astro": "5.1.9",
4343
"commitizen": "4.3.1",
4444
"knip": "5.42.2",
4545
"markdownlint-cli2": "0.17.2",

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.7",
7+
"astro": "5.1.9",
88
"astro-better-image-service": "link:astro-better-image-service"
99
},
1010
"scripts": {

0 commit comments

Comments
 (0)