Remove dependency on unmaintained node-ip package from amplify-appsync-simulator #13890
Closed
2 tasks done
Labels
pending-triage
Issue is pending triage
How did you install the Amplify CLI?
yarn
If applicable, what version of Node.js are you using?
v20.16.0
Amplify CLI Version
2.16.4
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No manual changes
Describe the bug
amplify-appsync-simulator uses the node-ip package to get the local IP address, where the simulator may be running.
The node-ip project is abandoned. It has a reported security vulnerability.
Expected behavior
Build and run code using amplify-appsync-simulator without encountering failures or warnings due to security vulnerabilities.
Reproduction steps
yarn audit
Project Identifier
No response
Log output
Additional information
PR to remove the dependency in #13877
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: