chore: upgrade nanoid to ^3.3.18 to address CVE-2026-67213 - #1557
Open
claude[bot] wants to merge 2 commits into
Open
chore: upgrade nanoid to ^3.3.18 to address CVE-2026-67213#1557claude[bot] wants to merge 2 commits into
claude[bot] wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
License Audit❌ Audit failed to produce results. Check the workflow logs for details. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes SOU-1891
Refreshes the
yarn.lockentry fornanoidfrom3.3.16to3.3.18, clearing CVE-2026-67213 (infinite loop incustomAlphabet/customRandomwhen called with a size of0). The advisory's patched floor on the 3.x line is3.3.17.nanoidis transitive, reached only viapostcss(^3.3.16). That existing range already admits the patched release, so this is a lockfile refresh only. No manifest change and noresolutionsoverride are needed.Verification
yarn why nanoidreports a single instance,nanoid@npm:3.3.18, with no affected version remaining in the graph.yarn installcompletes with no further lockfile churn.yarn workspace @sourcebot/web test --run: 101 files, 1191 tests passed.🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only transitive dependency bump with no application code changes; minimal operational risk beyond routine supply-chain patching.
Overview
Bumps the transitive
nanoiddependency from 3.3.16 to 3.3.18 via ayarn.lockrefresh only—nopackage.jsonor Yarnresolutionschanges.postcssalready allows^3.3.16, so the patched release is picked up without manifest edits.Documents the upgrade under Unreleased → Fixed in
CHANGELOG.md, addressing CVE-2026-67213 (potential infinite loop incustomAlphabet/customRandomwhensizeis0).Reviewed by Cursor Bugbot for commit 3271c46. Bugbot is set up for automated code reviews on this repo. Configure here.