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

Assorted updates #452

Merged
merged 4 commits into from
Jan 20, 2023
Merged

Assorted updates #452

merged 4 commits into from
Jan 20, 2023

Conversation

tschaub
Copy link
Owner

@tschaub tschaub commented Jan 20, 2023

Changes:

  • use of Set instead of an object for the set of unique directories (fixes CVE-2022-37611/ Prototype pollution found in util.js #446)
  • updated development dependencies
  • the publish function now always returns a promise (previously it returned undefined in some error cases)
  • stop testing on Node v12, start testing on v18 (due to development dependency updates, the lib should still work on 12)

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.

CVE-2022-37611/ Prototype pollution found in util.js
1 participant