Skip to content

Commit 7706adc

Browse files
sragssclaude
andcommitted
Bump Next.js to 15.5.9 and add missing openai dependency
- Updates Next.js from 15.5.4 to 15.5.9 to address CVE-2025-66478 - Adds openai dependency to assistant-ui template (required by echo-react-sdk) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ca336be commit 7706adc

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

templates/assistant-ui/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"class-variance-authority": "^0.7.1",
1717
"clsx": "^2.1.1",
1818
"lucide-react": "^0.539.0",
19-
"next": "15.5.4",
19+
"next": "15.5.9",
20+
"openai": "^4.77.0",
2021
"postcss": "^8.5.6",
2122
"react": "19.1.1",
2223
"react-dom": "19.1.1",
@@ -30,7 +31,7 @@
3031
"@types/react": "^19.1.10",
3132
"@types/react-dom": "^19.1.7",
3233
"eslint": "^9",
33-
"eslint-config-next": "15.5.4",
34+
"eslint-config-next": "15.5.9",
3435
"tw-animate-css": "^1.3.6",
3536
"typescript": "^5.9.2"
3637
},

templates/next-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"clsx": "^2.1.1",
2525
"lucide-react": "^0.263.1",
2626
"nanoid": "^5.1.5",
27-
"next": "15.5.4",
27+
"next": "15.5.9",
2828
"openai": "^5.20.3",
2929
"react": "19.1.0",
3030
"react-dom": "19.1.0",
@@ -37,7 +37,7 @@
3737
"@types/react": "19.1.10",
3838
"@types/react-dom": "^19",
3939
"eslint": "^9",
40-
"eslint-config-next": "15.5.4",
40+
"eslint-config-next": "15.5.9",
4141
"tailwindcss": "^4",
4242
"tw-animate-css": "^1.3.8",
4343
"typescript": "^5"

templates/next-video-template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"clsx": "^2.1.1",
2929
"lucide-react": "^0.263.1",
3030
"nanoid": "^5.1.5",
31-
"next": "15.5.4",
31+
"next": "15.5.9",
3232
"openai": "^5.20.3",
3333
"react": "19.1.0",
3434
"react-dom": "19.1.0",
@@ -41,7 +41,7 @@
4141
"@types/react": "19.1.10",
4242
"@types/react-dom": "^19",
4343
"eslint": "^9",
44-
"eslint-config-next": "15.5.4",
44+
"eslint-config-next": "15.5.9",
4545
"tailwindcss": "^4",
4646
"tw-animate-css": "^1.3.8",
4747
"typescript": "^5"

0 commit comments

Comments
 (0)