Skip to content

chore: pin nanoid to 3.3.17 to remediate CVE-2026-67213 - #50

Merged
requesty-ditti merged 1 commit into
mainfrom
devin/1786527936-nanoid-cve
Aug 12, 2026
Merged

chore: pin nanoid to 3.3.17 to remediate CVE-2026-67213#50
requesty-ditti merged 1 commit into
mainfrom
devin/1786527936-nanoid-cve

Conversation

@devin-ai-integration

Copy link
Copy Markdown
Contributor

Summary

nanoid@3.3.16 was pulled in transitively (vitepostcssnanoid) and is affected by CVE-2026-67213 (fixed in 3.3.17). Added a pnpm override alongside the existing undici one:

 "pnpm": { "overrides": {
     "undici": "^6.27.0",
+    "nanoid": "3.3.17"
 } }

Pinned exactly rather than ^3.3.17 because ^ resolves to 3.3.18, published 5 days ago and not yet vetted; 3.3.17 already contains the fix and satisfies postcss's ^3.3.11 range. Dev/build-only dependency — no change to published package deps.

Lint, typecheck, build and the node+edge test suites (146 tests) pass.

Link to Devin session: https://app.devin.ai/sessions/8fce511c91554f5f94ad220fdbc30f99
Requested by: @requesty-ditti

Co-Authored-By: Daniel Trugman <daniel@requesty.ai>
@requesty-ditti requesty-ditti self-assigned this Aug 12, 2026
@devin-ai-integration

Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment, CI, and merge conflict monitoring

@changeset-bot

changeset-bot Bot commented Aug 12, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 64fc50f

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

@requesty-ditti
requesty-ditti merged commit 791b225 into main Aug 12, 2026
4 checks passed
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