Skip to content
Open
Show file tree
Hide file tree
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-ai-worker-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"papaparse": "5.5.3",
"pdf2json": "3.2.0",
"puppeteer-core": "22.15.0",
"sanitize-html": "2.17.4",
"sanitize-html": "2.17.5",

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 omits security upgrade

High Severity

package.json bumps sanitize-html to 2.17.5, but yarn.lock still resolves and pins sanitize-html@2.17.4. With Yarn’s --immutable installs, CI will reject the mismatch; if installs are forced through, the CVE-2026-53606 fix never lands and the vulnerable package remains in use.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0de0ed5. Configure here.

"tsconfig-paths-webpack-plugin": "4.2.0",
"tsx": "4.20.6",
"typescript": "5.9.3"
Expand Down
2 changes: 1 addition & 1 deletion apps/hash-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"nodemailer": "9.0.1",
"oembed-providers": "1.0.20250926",
"openai": "6.6.0",
"sanitize-html": "2.17.4",
"sanitize-html": "2.17.5",
"ts-json-schema-generator": "1.5.1",
"tsx": "4.20.6",
"typescript": "5.9.3",
Expand Down
Loading