Skip to content

Commit d03dae5

Browse files
mmsgesnyk-bot
andauthored
[Snyk] Upgrade fast-xml-parser from 5.0.8 to 5.0.9 (#121)
![snyk-top-banner](https://res.cloudinary.com/snyk/image/upload/r-d/scm-platform/snyk-pull-requests/pr-banner-default.svg) <h3>Snyk has created this PR to upgrade fast-xml-parser from 5.0.8 to 5.0.9.</h3> :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project. <hr/> - The recommended version is **1 version** ahead of your current version. - The recommended version was released **a month ago**. <details> <summary><b>Release notes</b></summary> <br/> <details> <summary>Package name: <b>fast-xml-parser</b></summary> <ul> <li> <b>5.0.9</b> - <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.0.9">2025-03-14</a></br><p>fix parsing of 0, values over 0xFFFF</p> </li> <li> <b>5.0.8</b> - <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.0.8">2025-02-26</a></br><ul> <li>Multiple minor fixes provided in the validator and parser</li> <li>v6 is added for experimental use.</li> <li>ignoreAttributes support function, and array of string or regex</li> <li>Add support for parsing HTML numeric entities</li> <li>v5 of the application is ESM module now. However, JS is also supported</li> </ul> <p><strong>Note</strong>: Release section in not updated frequently. Please check <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md">CHANGELOG</a> or <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/tags">Tags</a> for latest release information.</p> </li> </ul> from <a href="https://redirect.github.com/NaturalIntelligence/fast-xml-parser/releases">fast-xml-parser GitHub release notes</a> </details> </details> --- > [!IMPORTANT] > > - Check the changes in this PR to ensure they won't cause issues with your project. > - This PR was automatically created by Snyk using the credentials of a real user. --- **Note:** _You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs._ **For more information:** <img src="https://api.segment.io/v1/pixel/track?data=eyJ3cml0ZUtleSI6InJyWmxZcEdHY2RyTHZsb0lYd0dUcVg4WkFRTnNCOUEwIiwiYW5vbnltb3VzSWQiOiIyZDAyNmY4NC03ZGNmLTQwY2YtODI0Zi1iNGZjNWMzZWQ5ZDAiLCJldmVudCI6IlBSIHZpZXdlZCIsInByb3BlcnRpZXMiOnsicHJJZCI6IjJkMDI2Zjg0LTdkY2YtNDBjZi04MjRmLWI0ZmM1YzNlZDlkMCJ9fQ==" width="0" height="0"/> > - 🧐 [View latest project report](https://app.snyk.io/org/spine-semantic-infrastructure/project/b121e0a0-7979-4b24-be4d-3b874e16b0c8?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr) > - 📜 [Customise PR templates](https://docs.snyk.io/scan-using-snyk/pull-requests/snyk-fix-pull-or-merge-requests/customize-pr-templates?utm_source=&utm_content=fix-pr-template) > - 🛠 [Adjust upgrade PR settings](https://app.snyk.io/org/spine-semantic-infrastructure/project/b121e0a0-7979-4b24-be4d-3b874e16b0c8/settings/integration?utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr) > - 🔕 [Ignore this dependency or unsubscribe from future upgrade PRs](https://app.snyk.io/org/spine-semantic-infrastructure/project/b121e0a0-7979-4b24-be4d-3b874e16b0c8/settings/integration?pkg&#x3D;fast-xml-parser&amp;utm_source&#x3D;github&amp;utm_medium&#x3D;referral&amp;page&#x3D;upgrade-pr#auto-dep-upgrades) [//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"fast-xml-parser","from":"5.0.8","to":"5.0.9"}],"env":"prod","hasFixes":false,"isBreakingChange":false,"isMajorUpgrade":false,"issuesToFix":[],"prId":"2d026f84-7dcf-40cf-824f-b4fc5c3ed9d0","prPublicId":"2d026f84-7dcf-40cf-824f-b4fc5c3ed9d0","packageManager":"npm","priorityScoreList":[],"projectPublicId":"b121e0a0-7979-4b24-be4d-3b874e16b0c8","projectUrl":"https://app.snyk.io/org/spine-semantic-infrastructure/project/b121e0a0-7979-4b24-be4d-3b874e16b0c8?utm_source=github&utm_medium=referral&page=upgrade-pr","prType":"upgrade","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":[],"type":"auto","upgrade":[],"upgradeInfo":{"versionsDiff":1,"publishedDate":"2025-03-14T03:57:16.492Z"},"vulns":[]}' Co-authored-by: snyk-bot <snyk-bot@snyk.io>
1 parent bab4cbe commit d03dae5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

www/package-lock.json

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

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "^9.20.1",
3030
"eslint-plugin-react-hooks": "^5.1.0",
3131
"eslint-plugin-react-refresh": "^0.4.19",
32-
"fast-xml-parser": "^5.0.8",
32+
"fast-xml-parser": "^5.0.9",
3333
"globals": "^16.0.0",
3434
"typescript": "~5.7.3",
3535
"typescript-eslint": "^8.24.1",

0 commit comments

Comments
 (0)