update(dependencies): update all dependencies #27
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.
1. Summary
I updated versions of all dependencies, devDependencies and peerDependencies to the latest versions as of September 7, 2022.
2. Argumentation of changes
In my opinion, the need for updates to the 2018 versions is obvious. node-grunt-http-server at the time of this pull request was using http-server 0.11.0, while the newest http-server version — 14.1.1. Not surprisingly, users of node-grunt-http-server may have a lot of bugs.
2.1. Examples of bugs
When using node-grunt-http-server for my project, I get bugs below.
node-grunt-http-server incorrectly handle:
https://журнальныймир.рф/avtor/savchenko-boris
index.html
like<a href="..">Link to index.html in the parent folder</a>
I haven’t these bugs after dependencies updates.
Thanks.