Skip to content

Commit 0ac5be0

Browse files
chore: Fix vulnerability astro (#254)
1 parent af1b7a9 commit 0ac5be0

File tree

3 files changed

+110
-409
lines changed

3 files changed

+110
-409
lines changed

examples/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@codecov/astro-plugin": "workspace:*",
1717
"@types/react": "^18.3.12",
1818
"@types/react-dom": "^18.3.1",
19-
"astro": "^4.16.13",
19+
"astro": "^4.16.18",
2020
"react": "^18.3.1",
2121
"react-dom": "^18.3.1",
2222
"typescript": "^5.7.2"

integration-tests/test-apps/astro-4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/react": "^3.6.3",
1616
"@types/react": "^18.3.12",
1717
"@types/react-dom": "^18.3.1",
18-
"astro": "^4.16.13",
18+
"astro": "^4.16.18",
1919
"react": "^18.3.1",
2020
"react-dom": "^18.3.1",
2121
"typescript": "^5.7.2"

0 commit comments

Comments
 (0)