Skip to content

Commit 8eb8bc9

Browse files
fix(deps): update dependency cors to v2.8.6 (#8426)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a0e9d48 commit 8eb8bc9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

optimize/starter/packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@prisma/client": "7.0.0",
2525
"@trpc/server": "next",
2626
"@types/cors": "2.8.19",
27-
"cors": "2.8.5",
27+
"cors": "2.8.6",
2828
"express": "5.1.0",
2929
"zod": "3.25.76",
3030
"dotenv": "^17.2.3",

orm/graphql-subscriptions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@as-integrations/express5": "1.1.2",
2121
"@prisma/client": "7.0.0",
2222
"@prisma/adapter-pg": "7.0.0",
23-
"cors": "2.8.5",
23+
"cors": "2.8.6",
2424
"dotenv": "16.6.1",
2525
"express": "5.1.0",
2626
"graphql": "16.11.0",

0 commit comments

Comments
 (0)