chore: Bump next versions to fix a vulnerability (#41030)

* Remove duplicate @next/env.

* Bump the version for pnpm.

* Bump Nextjs versions to the non-vulnerable ones.
This commit is contained in:
Ivan Vasilov
2025-12-03 23:57:10 +02:00
committed by GitHub
parent b37824dd72
commit 91eec58295
4 changed files with 92 additions and 266 deletions

View File

@@ -59,9 +59,9 @@
"url": "git+https://github.com/supabase/supabase.git"
},
"engines": {
"pnpm": "10.18",
"pnpm": "10.24",
"node": ">=22"
},
"keywords": ["postgres", "firebase", "storage", "functions", "database", "auth"],
"packageManager": "pnpm@10.18.0"
"packageManager": "pnpm@10.24.0"
}