Skip to content

Commit 37c4726

Browse files
authored
chore: Bump vulnerable deps (supabase#37244)
* Bump brace-expansion. * Bump next to non-vuln version. * Remove old version of @vercel/flags. * Try to bump prismjs again. * Bump fastify. * Dedupe graphql. * Bump form-data.
1 parent f7545fe commit 37c4726

File tree

5 files changed

+262
-841
lines changed

5 files changed

+262
-841
lines changed

apps/studio/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"@tanstack/react-query-devtools": "4.35.7",
6666
"@tanstack/react-table": "^8.21.3",
6767
"@uidotdev/usehooks": "^2.4.1",
68-
"@vercel/flags": "^2.6.0",
6968
"@vercel/functions": "^2.1.0",
7069
"@vitejs/plugin-react": "^4.3.4",
7170
"@zip.js/zip.js": "^2.7.29",

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@
7070
"@tanstack/directive-functions-plugin>vite": "catalog:",
7171
"@tanstack/react-start-plugin>vite": "catalog:",
7272
"esbuild": "^0.25.2",
73-
"payload>image-size": "1.2.1"
73+
"payload>image-size": "1.2.1",
74+
"@redocly/respect-core>form-data": "^4.0.4"
7475
},
7576
"neverBuiltDependencies": ["libpg-query"]
7677
},

packages/ui-patterns/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,6 @@
544544
"vitest": "^3.0.5"
545545
},
546546
"peerDependencies": {
547-
"next": "*"
547+
"next": "catalog:"
548548
}
549549
}

0 commit comments

Comments
 (0)