Closed jwilson-anonyome closed 3 months ago
closing this as https://github.com/aws-amplify/amplify-cli/pull/13877 has been merged.
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
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 https://github.com/aws-amplify/amplify-cli/pull/13877
Before submitting, please confirm: