Add package-lock.json and upgrade Next.js to 15.5.15 (fixes CVE-2025-66478)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
David Kiania 2026-04-16 16:25:00 +03:00
parent e5ed93fd44
commit 5034835bf9
2 changed files with 1177 additions and 1 deletions

1176
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,7 @@
"dependencies": {
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.49.4",
"next": "15.3.1",
"next": "^15.5.15",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},