slackapi / node-tasks-app

Tasks App is a sample Task Management app built on the Slack Platform.
MIT License
99 stars 50 forks source link

Run npm audit fix --force and update the tests as necessary #81

Closed seratch closed 2 years ago

seratch commented 2 years ago

Summary

To resolve the security vulnerability warnings, I've run npm audit fix --force (--force was necessary this time) and fixed the tests that started failing after that.

Requirements (place an x in each [ ])

seratch commented 2 years ago

Hey @colmdoyle, can you take a look at this?