-
Notifications
You must be signed in to change notification settings - Fork 0
[Snyk] Security upgrade @supabase/supabase-js from 2.49.4 to 2.50.0 #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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", | ||
| "@tanstack/react-query": "^5.66.0", | ||
|
Comment on lines
29
to
31
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [P1] Update pnpm lockfile for supabase upgrade Changing Useful? React with 👍 / 👎. |
||
| "@tanstack/react-query-devtools": "^5.66.0", | ||
| "@types/leaflet": "^1.9.16", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While upgrading
@supabase/supabase-jsis correct, thepnpm-lock.yamlfile 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), aspackage.jsonandpnpm-lock.yamlwill be out of sync. Please runpnpm installto generate the updated lockfile and commit it to this pull request to ensure the vulnerability is properly remediated across all environments.