Skip to content

Commit 8d3f3aa

Browse files
authored
fix(rss): Pin fast-xml-parser until upstream fix (#15830)
1 parent a4c0d0b commit 8d3f3aa

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/dirty-eggs-repeat.md

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+
Pin `fast-xml-parser` to 5.4.1 in order to fix an upstream bug

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.4.1",
3636
"piccolore": "^0.1.3",
3737
"zod": "^4.3.6"
3838
}

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)