Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # 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)

@lyutails
Copy link

lyutails commented Jun 24, 2024

hello, gives me this issue
image
added "gh-pages": "^6.1.1" to package.json and ran npm install, didn't help

# for free to join this conversation on GitHub. Already have an account? # 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
2 participants