oconr / overwatchleague

A Node.JS library for accessing and using the Overwatch League API
https://www.npmjs.com/package/overwatchleague
MIT License
22 stars 2 forks source link

Update typings and dependencies for Version@2.2.0 #4

Closed PatrickHollweck closed 5 years ago

PatrickHollweck commented 5 years ago

This pull-request contains the following changes:

1. Update typescript types

I updated the typescript definitions so they are up-to-date with version 2.2.0

2. Update Dependencies

I noticed while installing the node dependencies that npm detected a security vulnerability in axios, This is documented here: https://www.npmjs.com/advisories/880 To fix this I updated axios to the latest version.