Skip to content

chore(deps): bump uuid to ^11.1.1 (CVE-2026-41907)#3615

Merged
caio-pizzol merged 5 commits into
mainfrom
sd-3361
Jun 5, 2026
Merged

chore(deps): bump uuid to ^11.1.1 (CVE-2026-41907)#3615
caio-pizzol merged 5 commits into
mainfrom
sd-3361

Conversation

@mattConnHarbour
Copy link
Copy Markdown
Contributor

@mattConnHarbour mattConnHarbour commented Jun 3, 2026

Updates SuperDoc's direct uuid dependency from ^9.0.1 to ^11.1.1 in the workspace catalog to address the npm audit warning for SNYK-JS-UUID-16133035 (CVE-2026-41907). SuperDoc was not actually vulnerable: we only use the 2-param signature, which returns a string directly. The vulnerability only affects the 4-param signature that writes to a caller-provided buffer.

Scope: this clears the advisory for consumers of the published superdoc package, effective with the next release. Transitive uuid copies elsewhere in the workspace (dev and demo tooling) are out of scope here and would need a separate cleanup.

Also drops @types/uuid: uuid@11 ships its own type definitions and the DefinitelyTyped package is now a deprecation stub. The lockfile was regenerated from a clean checkout of current main.

Addresses npm audit warning for SNYK-JS-UUID-16133035. Note: SuperDoc
was not actually vulnerable - we only use the 2-param signature which
returns a string directly. The vulnerability only affects the 4-param
signature that writes to a caller-provided buffer.

Ref: SD-3361

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@mattConnHarbour mattConnHarbour requested a review from a team as a code owner June 3, 2026 02:38
@linear-code
Copy link
Copy Markdown

linear-code Bot commented Jun 3, 2026

SD-3361

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cubic analysis

No issues found across 2 files

Linked issue analysis

Linked issue: SD-3361: Bump uuid dependency to fix npm audit warning

Status Acceptance criteria Notes
Bump uuid specifier in pnpm-workspace.yaml from ^9.0.1 to ^11.1.1 pnpm-workspace.yaml shows uuid: ^11.1.1 replacing ^9.0.1.
Update pnpm-lock.yaml to reflect uuid v11.1.1 (lockfile entries and package resolution) pnpm-lock.yaml contains multiple updated uuid entries and adds uuid@11.1.1 in the packages section and snapshots.

Re-trigger cubic

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: aefcb1a657

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread pnpm-lock.yaml Outdated
caio-pizzol

This comment was marked as outdated.

caio-pizzol and others added 4 commits June 5, 2026 17:53
The previous lockfile was generated from a dirty working tree (importer
entries for untracked local directories, super-editor/superdoc entries
not matching the committed manifests) and failed frozen installs.
Regenerated on current main with only the uuid catalog change applied;
two consecutive regens produce byte-identical output. Beyond the uuid
entries, the clean regen re-keys the docs mintlify chain's optional
@types/node peer back to the catalog-pinned 22.19.2 and records the
registry's new deprecated flag on @microsoft/teamsapp-cli.
uuid@11 bundles type declarations for every dist flavor, and the
DefinitelyTyped package is now a deprecation stub. Removes the catalog
entry and the two devDependency consumers.
@caio-pizzol caio-pizzol self-requested a review June 5, 2026 21:13
Copy link
Copy Markdown
Contributor

@caio-pizzol caio-pizzol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@caio-pizzol caio-pizzol enabled auto-merge June 5, 2026 21:14
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@caio-pizzol caio-pizzol disabled auto-merge June 5, 2026 23:19
@caio-pizzol caio-pizzol merged commit e7c5bf3 into main Jun 5, 2026
67 of 69 checks passed
@caio-pizzol caio-pizzol deleted the sd-3361 branch June 5, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants