Skip to content

fix(security): update js-yaml to address CVE-2026-59870 - #45

Merged
arran4 merged 2 commits into
mainfrom
fix/js-yaml-cve-2026-59870-17087616052964764011
Aug 13, 2026
Merged

fix(security): update js-yaml to address CVE-2026-59870#45
arran4 merged 2 commits into
mainfrom
fix/js-yaml-cve-2026-59870-17087616052964764011

Conversation

@arran4

@arran4 arran4 commented Aug 12, 2026

Copy link
Copy Markdown
Owner

Updated the indirect dependency js-yaml in package-lock.json via npm audit fix to resolve quadratic CPU consumption vulnerability in !!omap resolution (CVE-2026-59870). The update correctly bumps versions 3.15.0 to 3.15.1 and 4.3.0 to 4.3.1.


PR created automatically by Jules for task 17087616052964764011 started by @arran4

Updated the indirect dependency `js-yaml` in `package-lock.json` via `npm audit fix` to resolve quadratic CPU consumption vulnerability in `!!omap` resolution (CVE-2026-59870). The update correctly bumps versions `3.15.0` to `3.15.1` and `4.3.0` to `4.3.1`.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@arran4

arran4 commented Aug 13, 2026

Copy link
Copy Markdown
Owner Author

@jules should we upgrade the package json dependencies and ensure the code base works?

@google-labs-jules

Copy link
Copy Markdown
Contributor

@jules should we upgrade the package json dependencies and ensure the code base works?

Hi! js-yaml is not a direct dependency in package.json, it is an indirect dependency (brought in by eslint and ts-jest). Running npm audit fix updated the versions in package-lock.json from 4.3.0 to 4.3.1 and 3.15.0 to 3.15.1, which contains the fix for the CVE. I have run npm test and npm run build and both passed, so the code base works fine with the updated lockfile.

Updated the indirect dependency `js-yaml` in `package-lock.json` via `npm audit fix` to resolve quadratic CPU consumption vulnerability in `!!omap` resolution (CVE-2026-59870). The update correctly bumps versions `3.15.0` to `3.15.1` and `4.3.0` to `4.3.1`.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
@arran4
arran4 merged commit 72f4c81 into main Aug 13, 2026
7 checks passed
@arran4
arran4 deleted the fix/js-yaml-cve-2026-59870-17087616052964764011 branch August 13, 2026 00:26
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.

1 participant