Skip to content

Commit 0744188

Browse files
fix(deps): update dependency fast-xml-parser to v5.11.0 (#408)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [fast-xml-parser](https://redirect.github.com/NaturalIntelligence/fast-xml-parser) | [`5.10.1` → `5.11.0`](https://renovatebot.com/diffs/npm/fast-xml-parser/5.10.1/5.11.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/fast-xml-parser/5.11.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/fast-xml-parser/5.10.1/5.11.0?slim=true) | --- ### Release Notes <details> <summary>NaturalIntelligence/fast-xml-parser (fast-xml-parser)</summary> ### [`v5.11.0`](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.11.0) [Compare Source](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/compare/v5.10.1...v5.11.0) #### What's Changed - add support for endIndex in node metadata (5.x edition) by [@&#8203;Wain-PC](https://redirect.github.com/Wain-PC) in [#&#8203;850](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/850) - fix: don't crash on a closing tag with no matching opening tag by [@&#8203;hdimer](https://redirect.github.com/hdimer) in [#&#8203;861](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/861) #### New Contributors - [@&#8203;Wain-PC](https://redirect.github.com/Wain-PC) made their first contribution in [#&#8203;850](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/850) - [@&#8203;hdimer](https://redirect.github.com/hdimer) made their first contribution in [#&#8203;861](https://redirect.github.com/NaturalIntelligence/fast-xml-parser/pull/861) **Full Changelog**: <NaturalIntelligence/fast-xml-parser@v5.10.1...v5.11.0> </details> --- ### Configuration 📅 **Schedule**: (in timezone Europe/Oslo) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Johannes-Andersen/CyberTipline-Tools). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4zMi42IiwidXBkYXRlZEluVmVyIjoiNDQuMzIuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsidHlwZS9kZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08f270c commit 0744188

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"check:fix": "biome check --write ."
5555
},
5656
"dependencies": {
57-
"fast-xml-parser": "5.10.1"
57+
"fast-xml-parser": "5.11.0"
5858
},
5959
"devDependencies": {
6060
"@arethetypeswrong/cli": "0.18.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)