Skip to content

[lexical] Chore: Fix tmp package dependency vulnerability#8802

Merged
vijayojha89 merged 1 commit into
mainfrom
fix/tmp-security-vulnerability
Jul 7, 2026
Merged

[lexical] Chore: Fix tmp package dependency vulnerability#8802
vijayojha89 merged 1 commit into
mainfrom
fix/tmp-security-vulnerability

Conversation

@vijayojha89

@vijayojha89 vijayojha89 commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

Description

Updated package.json to manually override the version of the dependency tmp to >=0.2.6 to address the security vulnerability.

Repository: facebook/lexical
Manifest file: pnpm-lock.yaml
Package name: tmp
Affected versions: < 0.2.6
Fixed in version: 0.2.6

Test plan

Before

N/A

After

N/A

@vercel

vercel Bot commented Jul 7, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
lexical Ready Ready Preview Jul 7, 2026 4:16am
lexical-playground Ready Ready Preview Jul 7, 2026 4:16am

Request Review

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jul 7, 2026
@vijayojha89 vijayojha89 changed the title [lexical] Chore: Fix tmp dependency vulnerability [lexical] Chore: Fix tmp package dependency vulnerability Jul 7, 2026
Comment thread package.json
"sharp": "link:./stubs/empty",
"yjs": "$yjs"
"yjs": "$yjs",
"tmp": ">=0.2.6"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

there would be merge conflicts with #8803. youll likely have to regen the lockfile after either of the PR lands

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks for flagging the potential merge conflicts!

@vijayojha89 vijayojha89 added this pull request to the merge queue Jul 7, 2026
Merged via the queue into main with commit b081227 Jul 7, 2026
54 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants