Continuation of @dkhunt27's #397 PR #401
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is just updating dependencies with patch and minor updates since @dkhunt27 put in PR #397.
Changes included in this PR are:
- globby 11.0.2 -> 11.0.3
- lodash 4.17.20 -> 4.17.21
- semver 7.3.4 -> 7.3.5
- depcheck 1.3.1 -> 1.4.0
- ora 5.3.0 -> 5.4.0
- xo devDep 0.37.1 -> 0.38.2
Changes NOT made in this PR are:
- inquirer 7.3.3 -> 8.0.0 because it drops support for Node 10
- is-ci 2.0.0 -> 3.0.0 because it drops support for Node 6, 13
I definitely don't think we should update
inquirer
as Node 10 is still in maintenance for another month+, however, I would like to seeis-ci
updated as both Node6 and 13 are past their EOL, but I'll leave that determination up to @LinusU .Regardless, I'm looking forward to
npm-check
having more up-to-date dependencies!