Skip to content

Commit fdd2c5a

Browse files
authored
fix(rss): unpin fast-xml-parser to resolve entity expansion CVEs (#16037)
1 parent 2dcd8d5 commit fdd2c5a

3 files changed

Lines changed: 28 additions & 14 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@astrojs/rss': patch
3+
---
4+
5+
Unpin `fast-xml-parser` to `^5.5.7` to resolve entity expansion CVEs

packages/astro-rss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"xml2js": "0.6.2"
3333
},
3434
"dependencies": {
35-
"fast-xml-parser": "5.4.1",
35+
"fast-xml-parser": "^5.5.7",
3636
"piccolore": "^0.1.3",
3737
"zod": "^4.3.6"
3838
}

pnpm-lock.yaml

Lines changed: 22 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)