-
Notifications
You must be signed in to change notification settings - Fork 78
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 #38
Conversation
|
I will update the pr |
First of all, great library and thank you. I was wondering there are any plans to update the release with these updates? Currently receiving these warnings for devDependency "wait-on": "^3.2.0" npm WARN deprecated [email protected]: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). Currently: [email protected] If there is anything I can do to help out, please let me know :) Cheers, |
Updated the I also removed support (travis tests) for Node 6 because joi is no longer compatible with it. Furthermore Node 6 is no longer maintained and is end-of-life since 2019-04-30 (https://github.com/nodejs/Release) |
That's great - Thanks. Could a new version of wait-on be published? Current at v3.2.0 |
Yes please! |
@matijagaspar please see the review from @paulmelnikow , thanks for pull-request and new version. Regards. |
Published to npm [email protected] I updated [email protected] to fix a security audit warning. Thanks for the PR! |
I updated the versions of
joi
,core-js
,mocha
andtemp
to newer versions. I ran all the tests and they pass.This gets rid of the warrning regarding joi (#37)