react-native-code-push
react-native-code-push copied to clipboard
VM2 security vulnurability issue [ https://security.snyk.io/package/npm/vm2](url)
trafficstars
@uday5162 as a temporary solution, you can add a package resolution to package.json if you use yarn. From looking at the changes, they don't see too major from from version 3.9.8 (or 3.9.9) to 3.9.11
"resolutions": {
"vm2": "^3.9.11"
},
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment.