Skip to content

Commit 975cb1b

Browse files
authored
Merge pull request #10937 from marmelab/security-astro-ejs
[chore] Fix security vulnerabilities affecting `astro` and `ejs`
2 parents c582d4a + fb5b357 commit 975cb1b

File tree

2 files changed

+228
-751
lines changed

2 files changed

+228
-751
lines changed

docs_headless/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.3.1",
14-
"@astrojs/react": "^4.3.0",
15-
"@astrojs/starlight": "0.35.2",
13+
"@astrojs/mdx": "^4.3.5",
14+
"@astrojs/react": "^4.3.1",
15+
"@astrojs/starlight": "^0.35.3",
1616
"@astrojs/starlight-tailwind": "^4.0.1",
1717
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
1818
"@tailwindcss/vite": "^4.1.11",
1919
"@types/react": "^19.1.8",
2020
"@types/react-dom": "^19.1.6",
21-
"astro": "5.12.6",
21+
"astro": "^5.13.7",
2222
"astro-expressive-code": "^0.41.3",
2323
"astro-rehype-relative-markdown-links": "^0.18.1",
2424
"expressive-code-fullscreen": "^1.0.0",

0 commit comments

Comments
 (0)