Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"md5": "2.3.0",
"mime-types": "2.1.35",
"nanoid": "3.3.11",
"nodemailer": "8.0.5",
"nodemailer": "9.0.1",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lockfile out of sync

High Severity

The nodemailer dependency is raised to 9.0.1 in apps/hash-api/package.json, but the committed yarn.lock still resolves @apps/hash-api to nodemailer@8.0.5. CI runs yarn install --immutable, so this mismatch fails installs and can leave builds on the older, vulnerable package until the lockfile is updated.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b180e17. Configure here.

"oembed-providers": "1.0.20250926",
"openai": "6.6.0",
"sanitize-html": "2.17.4",
Expand Down
Loading