vonage-node-sdk
vonage-node-sdk copied to clipboard
Upgraded non-test dependencies to latest majors
Description
Upgraded dependencies to their latest major if they are not part of the test suite. Unfortunately the test suites are very much locked to their current versions, so updating them breaks many of the tests.
Motivation and Context
Should always be on the latest versions of code where possible
Testing Details
Ran test suite
Example Output or Screenshots (if appropriate)
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [x] I have read the CONTRIBUTING document.
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.