Skip to content
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

fix: Update dependencies and audit #350

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Aug 3, 2023

  • nodemon before version 3 introduces security issues reported by npm audit, so updated to current v3
  • minimatch v8 or newer require at least Node 14.17 so no compatible without a breaking change

* `nodemon` before version 3 introduces security issues reported by npm audit, so updated to current v3
* `minimatch` v8 or newer require at least Node 14.17 so no compatible without a breaking change

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
@perry-mitchell
Copy link
Owner

minimatch v8 or newer require at least Node 14.17 so no compatible without a breaking change

But the minimum node version here is v14 :)

image

@perry-mitchell perry-mitchell merged commit 658d11d into perry-mitchell:master Aug 30, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants