Skip to content

chore: set js-yaml overrides to avoid vulnerability - #153

Merged
briantstephan merged 1 commit into
mainfrom
js-yaml-vuln
Jul 29, 2026
Merged

chore: set js-yaml overrides to avoid vulnerability#153
briantstephan merged 1 commit into
mainfrom
js-yaml-vuln

Conversation

@briantstephan

Copy link
Copy Markdown
Contributor

This adds overrides for both js-yaml 3.14.1 and 4.1.0 so they will now use 3.15.1 and 4.3.0, respectively, which avoid the following vulnerability. Upgrading a dependency directly is not sufficient here.

https://nvd.nist.gov/vuln/detail/CVE-2026-59869

@changeset-bot

changeset-bot Bot commented Jul 28, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 0eaf259

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@coderabbitai

coderabbitai Bot commented Jul 28, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e776ef26-3464-4267-97fa-fc1318565347

📥 Commits

Reviewing files that changed from the base of the PR and between 071eedd and 0eaf259.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (1)
  • package.json

Walkthrough

The pull request extends the pnpm.overrides configuration in package.json. It preserves the existing esbuild override and adds mappings for js-yaml versions 3.14.1 and 4.1.0, targeting versions 3.15.0 and 4.3.0 respectively.

Suggested reviewers: benlife5, jwartofsky-yext, mkilpatrick

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the main change: adding js-yaml overrides to address a vulnerability.
Description check ✅ Passed The description is directly related to the changeset and explains the override-based vulnerability fix.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch js-yaml-vuln

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@briantstephan
briantstephan merged commit 63d8841 into main Jul 29, 2026
22 checks passed
@briantstephan
briantstephan deleted the js-yaml-vuln branch July 29, 2026 15:23
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.

2 participants