Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 65 additions & 10 deletions js/react_native/e2e/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/react_native/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"test": "jest"
},
"dependencies": {
"fast-xml-parser": "^5.3.4",
Copy link

Copilot AI Feb 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding fast-xml-parser as a direct dependency here doesn’t remove the vulnerable fast-xml-parser@4.5.3 copies that are pulled in transitively by @react-native-community/cli-platform-android/ios (they still require ^4.x in the lockfile). To fully remediate the CVE, use an npm "overrides" entry (or upgrade the CLI/react-native dependency chain) so those transitive instances also resolve to a patched version, then regenerate package-lock.json.

Copilot uses AI. Check for mistakes.
"react": "^18.2.0",
"react-native": "^0.73.11",
"react-native-fs": "^2.20.0"
Expand Down
Loading