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/marketing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@t3tools/shared": "workspace:*",
"astro": "^7.0.3",
"astro": "^7.2.8",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sharp pin below Astro minimum

Medium Severity

Astro 7.2.8 raises the minimum supported sharp version to 0.35.4 to patch GHSA-26w7-cxv4-gfx2. This app still exact-pins sharp at 0.34.5, and with pnpm that direct dependency is what astro:assets typically loads, so image processing can keep using the unpatched native library this upgrade is meant to replace.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 9b7f7ae. Configure here.

"sharp": "0.34.5"
},
"devDependencies": {
Expand Down
Loading
Loading