fix(security): patch transitive nanoid advisory - #56
Merged
Conversation
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.
What changed
nanoid3.x dependency from3.3.17to patched3.3.18and regenerate the lockfile.0.3.1source-release notes.Root cause and impact
GitHub updated the high-severity nanoid advisory at 2026-08-13 15:43 UTC. Earlier audits passed, but protected release-preparation run 31719466604 then resolved the new advisory and correctly stopped at
pnpm auditbefore release packing or SBOM generation.The affected path is
Vite -> PostCSS -> nanoidin repository development/demo tooling. No published@bidilens/*runtime dependency includes nanoid, and npm publication has not occurred. Even with that boundary, the release source and lockfile should not knowingly retain a vulnerable dependency.Evidence
pnpm install --frozen-lockfileresolves onlynanoid@3.3.18.pnpm run deps:audit: no known vulnerabilities.pnpm run check: 401/401 tests, 932-case corpus, types, lint, docs, builds, and Action checks passed.pnpm run release:check: all 120.3.1tarballs installed and executed in a clean consumer; all packed examples and size budgets passed.git diff --checkpassed.Release boundary
This PR does not publish to npm or create a tag/release. After merge, the non-publishing Windows release-preparation workflow must be rerun and pass before an explicit npm release decision.