erisu opened a new pull request #1183: URL: https://github.com/apache/cordova-android/pull/1183
### Motivation and Context The npm audit reported during install of the development package: ``` found 50 vulnerabilities (49 low, 1 high) ``` ### Description All packages were already up-to-date to its latest minor/patch release. There were no packages to upgrade. To resolve the npm audit warnings for development, only a rebuilt `package-lock.json` was necessary. ``` found 0 vulnerabilities ``` ### Testing - `npm t` ### Checklist - [x] I've run the tests to see all new and existing tests pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
