chore(web): upgrade axios fast-xml-parser lodash-es to security version - #161
Open
ZTongci wants to merge 7 commits into
Open
chore(web): upgrade axios fast-xml-parser lodash-es to security version#161ZTongci wants to merge 7 commits into
ZTongci wants to merge 7 commits into
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades frontend (web/) dependencies to address security-related updates, notably bumping axios, fast-xml-parser (major version), and lodash-es, along with corresponding lockfile updates.
Changes:
- Bump
axiosto1.15.2and refresh transitive deps inyarn.lock. - Upgrade
fast-xml-parserfrom4.3.2to5.xand update TypeScript usage accordingly. - Bump
lodash-esto4.18.1and update lockfile entries.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| web/yarn.lock | Updates resolved dependency graph for axios/fast-xml-parser/lodash-es and new transitives. |
| web/src/classic/core/mantle/data/gml.ts | Updates fast-xml-parser type usage for v5. |
| web/src/classic/core/mantle/data/georss.ts | Updates fast-xml-parser type usage for v5. |
| web/package.json | Pins upgraded dependency versions for axios/fast-xml-parser/lodash-es. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Security Issues Resolved
axios: 1.12.0 → 1.15.2
fast-xml-parser: 4.3.2 → 5 (5.8.0)
Note: The major version bump (4 → 5) required updating the X2jOptionsOptional import to Partial in georss.ts and
gml.ts to match the new API.
lodash-es: 4.17.21 → 4.18.1
What I've done
upgrade axios fast-xml-parser lodash-es to security version
What I haven't done
How I tested
Which point I want you to review particularly
Memo