Fix: M2-7991 updating dependencies #921
Merged
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.
📝 Description
🔗 Jira Ticket M2-7991
Updating libraries and dependencies
📸 Screenshots
🪤 Peer Testing
The testing will be in the entire app,
dependencies changed:
braces: is a utility library used for pattern matching, especially in glob-style patterns.
ws: is a WebSocket client and server library.
fast-xml-parser: is a lightweight and fast XML parser that converts XML data into JSON format.
ip: is a utility library used for working with IP addresses
axios: used for app requests.
The most libraries has being used in other libraries such as @react-native-community/cli-doctor ..., except for the axios that has been used in the code requests.
✏️ Notes
I tested multiple flows, I tried to ensure I would pass through the most flows as possible, from logic-rich flows such as variety of conditional logic to specific flows such as configuration, specific items, saving activity, cryptography and so on.