Skip to content

Commit 770fe91

Browse files
authored
[Chore] Bump fast-xml-parser (#29096)
* [Chore] Bump fast-xml-parser * Update test to account for new behavior
1 parent 6afc7c1 commit 770fe91

File tree

3 files changed

+101
-57
lines changed

3 files changed

+101
-57
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint-plugin-jsx-a11y": "6.10.2",
7979
"eslint-plugin-react": "7.37.5",
8080
"fast-glob": "3.3.3",
81-
"fast-xml-parser": "5.3.0",
81+
"fast-xml-parser": "5.5.6",
8282
"github-slugger": "2.0.0",
8383
"globals": "16.4.0",
8484
"gray-matter": "4.0.3",

worker/index.worker.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ describe("Cloudflare Docs", () => {
109109
});
110110

111111
describe("rss endpoints", () => {
112-
const parser = new XMLParser();
112+
const parser = new XMLParser({ processEntities: false });
113113

114114
describe("changelog", () => {
115115
it("global", async () => {

0 commit comments

Comments
 (0)