Skip to content

Commit 88f04b9

Browse files
authored
fix(astro): Resolve Astro related dependabot alerts (#7746)
1 parent fd69edb commit 88f04b9

4 files changed

Lines changed: 175 additions & 207 deletions

File tree

.changeset/wet-boxes-decide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

integration/templates/astro-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/tailwind": "^5.1.3",
1717
"@types/react": "18.3.7",
1818
"@types/react-dom": "18.3.0",
19-
"astro": "^5.0.3",
19+
"astro": "^5.15.9",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",
2222
"tailwindcss": "^3.4.17",

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"devDependencies": {
9898
"@clerk/ui": "workspace:^",
99-
"astro": "^5.15.3"
99+
"astro": "^5.15.9"
100100
},
101101
"peerDependencies": {
102102
"astro": "^4.15.0 || ^5.0.0"

0 commit comments

Comments
 (0)