Skip to content

Commit d5e59c5

Browse files
committed
chore(deps): Override vulnarable fast-xml-parser
1 parent a7f786d commit d5e59c5

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

infra/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@
3434
"source-map-support": "^0.5.21"
3535
},
3636
"overrides": {
37-
"fast-xml-parser": "^4.4.1",
37+
"fast-xml-parser": ">=5.3.8",
3838
"js-yaml": "^4.4.1"
39+
},
40+
"pnpm": {
41+
"overrides": {
42+
"fast-xml-parser": ">=5.3.8"
43+
}
3944
}
4045
}

infra/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)