Skip to content

Commit 9873004

Browse files
fix: upgrade Next.js to 15.5.9 to patch critical RCE vulnerability (GHSA-9qr9-h5gf-34mp) [skip ci]
1 parent 6fa70a0 commit 9873004

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

examples/nextjs-example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"class-variance-authority": "^0.7.1",
1717
"clsx": "^2.1.1",
1818
"lucide-react": "^0.544.0",
19-
"next": "15.5.4",
19+
"next": "15.5.9",
2020
"react": "19.1.0",
2121
"react-dom": "19.1.0",
2222
"tailwind-merge": "^3.3.1",
@@ -29,7 +29,7 @@
2929
"@types/react": "^19",
3030
"@types/react-dom": "^19",
3131
"eslint": "^9",
32-
"eslint-config-next": "15.5.4",
32+
"eslint-config-next": "15.5.9",
3333
"tailwindcss": "^4",
3434
"tw-animate-css": "^1.4.0",
3535
"typescript": "^5"

examples/nextjs-example/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)