-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
chore: modernize dependencies #36
chore: modernize dependencies #36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
@seriousme please fix conflicts :) |
switch to |
Resolved conflicts and replaced pre-commit by @fastify/pre-commit
even though they are at their latest versions. Happy to help out if you are interested. Kind regards, |
@seriousme I'm absolutely +1 for the switch to |
This PR modernizes dependencies:
qlobber
,aedes
andaedes-persistence
have been updated to their latest versionsconcat-stream
,mqemitter
andthrough2
were not usedMind you:
pre-commit
still gives 2 "High" warnings onnpm audit
and the module seems to be abandoned. So you might want to remove this as well.Kind regards,
Hans