Skip to content

Commit ab79a84

Browse files
kutcodeclaude
andcommitted
Update Next.js and Supabase packages to fix vulnerabilities
- next 16.1.6 → 16.2.4 (fixes 6 high-severity CVEs: HTTP request smuggling, cache DoS, CSRF bypass, Server Components DoS) - @supabase/ssr 0.10.0 → 0.10.2 - @supabase/supabase-js 2.101.0 → 2.103.3 npm audit now reports 0 vulnerabilities. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 219e6d4 commit ab79a84

2 files changed

Lines changed: 81 additions & 81 deletions

File tree

frontend/package-lock.json

Lines changed: 78 additions & 78 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"start": "next start"
99
},
1010
"dependencies": {
11-
"@supabase/ssr": "^0.10.0",
12-
"@supabase/supabase-js": "^2.101.0",
13-
"next": "16.1.6",
11+
"@supabase/ssr": "^0.10.2",
12+
"@supabase/supabase-js": "^2.103.3",
13+
"next": "^16.2.4",
1414
"react": "19.2.3",
1515
"react-dom": "19.2.3"
1616
}

0 commit comments

Comments
 (0)