-
Notifications
You must be signed in to change notification settings - Fork 170
Update dependencies #212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update dependencies #212
Conversation
* Set minimum node version to oldest LTS
|
@prime-time please let me know if I can do anything else to get this merged and a new npm version published! |
|
This has just become very relevant since a security advisory has been created for |
|
@mcab Can you please let me know what needs to happen to get this merged? |
# Conflicts: # package.json
|
Hey there! Thanks for the PR. Bumping all of these packages at once would be nice, but we want to guarantee the library operates correctly post-updates. I'm interested in figuring out why all of them must be updated at once. Can we work on addressing critical issues first? From
Similarly, bumping up From installing the package: Primarily, it's from With that being said, I'd be happy to take a closer look to validate there's no major breakage, but that will take a few days of work. |
|
Thanks for taking a look! Apologies about the issues with Mocha. I pushed another commit that gets mocha running with the latest version. I also reverted upgrading to xmlbuilder2 for now, since that could probably be handled at a later time in a different PR. After reverting back to xmlbuilder, I tested each npm package update and they all passed the tests. Until I got to Unfortunately, the changes to |
Pretty much all dependencies are very out of date. There are a few deprecation messages and security concerns. This expands on #211 to update versions of all npms.
This also sets the minimum node version to the oldest current LTS version.