Skip to content

update js-yaml to 4.1.x - #56

Merged
pmuellr merged 2 commits into
masterfrom
js-yaml-4-1-1
Jan 20, 2026
Merged

update js-yaml to 4.1.x#56
pmuellr merged 2 commits into
masterfrom
js-yaml-4-1-1

Conversation

@pmuellr

Copy link
Copy Markdown
Member

resolves#54

This allows js-yaml 4.1.1 to be used, to avoid CVE-2025-64718.

Comment threadpackage.json
Comment on lines +20 to 22
"js-yaml": "4.1.x",
"ports": "1.1.x",
"underscore": "1.12.x"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be great to have more flexibility:

Suggested change
"js-yaml": "4.1.x",
"ports": "1.1.x",
"underscore": "1.12.x"
"js-yaml": "^4.1.1",
"ports": "^1.1.0",
"underscore": "^1.13.7"

ports hasn't been updated in 12 years, underscore@1.12.1 is 5 years old

At least for underscore something can be done, 1.13.7 is 16 months old, in 2 months it will also start triggering security warnings, but at least it will be easier to justify them.

@rafael-nogueras

Copy link
Copy Markdown

Can this please be merged ASAP? We need this fix to address that CVE. Thanks!

@pmuellr

Copy link
Copy Markdown
MemberAuthor

I'll eventually get to this, but it's on my back burner - I have no skin in this game.

We'll have to find a new maintainer if there end up being frequent dependency updates ... because I have no time to deal with this.

Presumably anyone willing to help maintain this would need to become a member of this org.

@rafael-nogueras

Copy link
Copy Markdown

@pmuellr Hello again! When can we expect this PR to be merged and this vulnerability fix to be published? Thanks!

@pmuellr
pmuellr merged commit ffd0113 into masterJan 20, 2026
@pmuellr

Copy link
Copy Markdown
MemberAuthor

published to npm as 1.2.5: https://www.npmjs.com/package/cfenv/v/1.2.5

@rafael-nogueras

Copy link
Copy Markdown

Thanks, @pmuellr , that was a big help. :-) All the best!

Sign up for freeto 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 2025-64718 Update js-yaml to 4.1.1

3 participants

@pmuellr@rafael-nogueras@alumni