Fix dependabot security alerts
Closed this issue · 0 comments
emerick commented
We had a few dependabot security alerts in this repo. I fixed one of them by performing the recommended upgrade, but that ended up triggering ~15 more alerts. I addressed several of those individually, but many of them eventually came down to us using the tslint
package which is now deprecated.
The best way to address this is to upgrade all of our npm packages and migrate to eslint
.