Skip to content

Commit dd60b56

Browse files
fix React Server Components CVE vulnerabilities (#12)
Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com> Co-authored-by: Jake <dominik8655@gmail.com>
1 parent ac6cd2e commit dd60b56

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"files": {
99
"ignoreUnknown": true,
10-
"includes": ["src/**/*.{ts,tsx}"],
10+
"includes": ["src/**/*.{ts,tsx}", "**/*.json", "**/*.jsonc", "**/*.mjs"],
1111
"experimentalScannerIgnores": ["node_modules", ".next"]
1212
},
1313
"formatter": { "enabled": true },

bun.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"hast-util-to-jsx-runtime": "^2.3.6",
2525
"lucide-react": "^0.525.0",
2626
"motion": "^12.23.3",
27-
"next": "^15.3.5",
27+
"next": "15.3.8",
2828
"next-intl": "^4.3.4",
2929
"nuqs": "^2.4.3",
3030
"react": "^19.1.0",

0 commit comments

Comments
 (0)