Antonio-Maranhao opened a new pull request #1122: Update dependencies to solve npm audit issues URL: https://github.com/apache/couchdb-fauxton/pull/1122 ## Overview Update dependencies to solve most security notices reported by `npm audit`. Before: `found 482 vulnerabilities (340 low, 111 moderate, 29 high, 2 critical)` After: `found 76 vulnerabilities (34 low, 27 moderate, 14 high, 1 critical)` Most changes are related to the update to lodash v4. Particularly the removal of `this` as 3rd argument from its functions require now use of arrow functions or bind(). ## Testing recommendations Since there were no changes in behavior, it should be enough that all Jest and nightwatch tests pass. ## GitHub issue number Related to #1111 ## Checklist - [x] Code is written and works correctly; - [x] Changes are covered by tests; - [ ] Documentation reflects the changes; - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script) with the correct tag once a new Fauxton release is made
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
