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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@radix-ui/react-toast": "^1.2.11",
"@radix-ui/react-tooltip": "^1.1.8",
"@sentry/nextjs": "^9.14.0",
"@supabase/supabase-js": "^2.49.4",
"@supabase/supabase-js": "^2.50.0",

Choose a reason for hiding this comment

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

critical

While upgrading @supabase/supabase-js is correct, the pnpm-lock.yaml file has not been updated to reflect this change. This is a critical issue because it will cause builds to fail in environments that use a frozen lockfile (e.g., pnpm install --frozen-lockfile), as package.json and pnpm-lock.yaml will be out of sync. Please run pnpm install to generate the updated lockfile and commit it to this pull request to ensure the vulnerability is properly remediated across all environments.

"@tanstack/react-query": "^5.66.0",
Comment on lines 29 to 31

Choose a reason for hiding this comment

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

[P1] Update pnpm lockfile for supabase upgrade

Changing @supabase/supabase-js to ^2.50.0 in package.json without regenerating frontend/pnpm-lock.yaml leaves the lockfile pinned to 2.49.4. Any CI or production install that runs pnpm install --frozen-lockfile will either fail due to the version mismatch or continue to resolve 2.49.4, meaning the security fix is not actually applied. Commit the updated lockfile so installs succeed and the vulnerability is remediated.

Useful? React with 👍 / 👎.

"@tanstack/react-query-devtools": "^5.66.0",
"@types/leaflet": "^1.9.16",
Expand Down