chore: upgrade nanoid to ^3.3.18 to address CVE-2026-67214 - #1600
Closed
claude[bot] wants to merge 2 commits into
Closed
chore: upgrade nanoid to ^3.3.18 to address CVE-2026-67214#1600claude[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
|
@claude[bot] your pull request is missing a changelog! |
Contributor
License Audit❌ Audit failed to produce results. Check the workflow logs for details. |
Contributor
|
Superseded by #1603, which restored |
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.
Refreshes the
nanoidlockfile entries so the vulnerable3.3.12instance (pulled in transitively bypostcss@8.5.15) is gone. Both existing entries dedupe onto a single patched resolution.nanoid3.3.12->3.3.18(patched floor3.3.16)^3.3.16entry also lands on3.3.18The existing
^3.3.12range already admitted a patched version, so nopackage.jsonchange orresolutionsoverride was needed. Onlyyarn.lockchanges.Advisory addressed
customAlphabetandnanoidfromnanoid/non-securewhen given a negative size. Fixed in 3.3.16 / 5.1.16.Verification
yarn install --immutableyarn why nanoidreports a single resolution,nanoid@npm:3.3.18; no3.3.12instance remainsyarn testpasses (1954 tests across queryLanguage, shared, backend, web)Note: #1599 (postcss) touches the same
yarn.lockregion, since bumpingpostcssoff8.5.15also removes the vulnerablenanoidrequest. Whichever merges second may need a trivial lockfile rebase.Fixes SOU-2000
🤖 Generated with Claude Code
Note
Cursor Bugbot is generating a summary for commit a43b9b3. Configure here.