Skip to content

Assorted updates#452

Merged
tschaub merged 4 commits intomainfrom
updates
Jan 20, 2023
Merged

Assorted updates#452
tschaub merged 4 commits intomainfrom
updates

Conversation

@tschaub
Copy link
Copy Markdown
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
Copy Markdown

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

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

2 participants