Skip to content

Commit 91eec58

Browse files
authored
chore: Bump next versions to fix a vulnerability (supabase#41030)
* Remove duplicate @next/env. * Bump the version for pnpm. * Bump Nextjs versions to the non-vulnerable ones.
1 parent b37824d commit 91eec58

File tree

4 files changed

+92
-266
lines changed

4 files changed

+92
-266
lines changed

apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"memoize-one": "^5.0.1",
103103
"mime-db": "^1.53.0",
104104
"monaco-editor": "0.52.2",
105-
"next": "^16.0.3",
105+
"next": "^16.0.7",
106106
"next-themes": "^0.3.0",
107107
"nuqs": "2.7.1",
108108
"openai": "^4.75.1",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
"url": "git+https://github.com/supabase/supabase.git"
6060
},
6161
"engines": {
62-
"pnpm": "10.18",
62+
"pnpm": "10.24",
6363
"node": ">=22"
6464
},
6565
"keywords": ["postgres", "firebase", "storage", "functions", "database", "auth"],
66-
"packageManager": "pnpm@10.18.0"
66+
"packageManager": "pnpm@10.24.0"
6767
}

0 commit comments

Comments
 (0)