Bump various library versions to mitigate security issues
include .yarn and .yarnrc because travis doesn't let you specify a specific yarn version, we need to use yarn policies set-version 1.19.1
bump ts-node, typescript, mocha, nodemon and botkit versions to mitigate securities issue due to outdated dependencies
fix backward incompatible issues
add form-data because it was removed from version bump
next pr, I'll remove nodemon because it uses a very old version of update-notifier and there is no new version with a newer release of update-notifier. There is some on going work for that though; however.
https://github.com/remy/nodemon/pull/1672. I'll put it back once that pr merged.
Bump various library versions to mitigate security issues
.yarn
and.yarnrc
because travis doesn't let you specify a specific yarn version, we need to useyarn policies set-version 1.19.1
ts-node
,typescript
,mocha
,nodemon
andbotkit
versions to mitigate securities issue due to outdated dependenciesform-data
because it was removed from version bumpnext pr, I'll remove
nodemon
because it uses a very old version ofupdate-notifier
and there is no new version with a newer release ofupdate-notifier
. There is some on going work for that though; however. https://github.com/remy/nodemon/pull/1672. I'll put it back once that pr merged.