Skip to content

Commit

Permalink
fix: update nextjs version to cope with vulnerability (#1663)
Browse files Browse the repository at this point in the history
Because

- update nextjs version to cope with vulnerability

This commit

- update nextjs version to cope with vulnerability
  • Loading branch information
EiffelFly authored Jan 8, 2025
1 parent 4b96901 commit e2f33b3
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 86 deletions.
2 changes: 1 addition & 1 deletion apps/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"echarts": "^5.4.2",
"elkjs": "^0.8.2",
"instill-sdk": "workspace:*",
"next": "^14.2.20",
"next": "^14.2.21",
"next-mdx-remote": "^4.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/instill-form-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@instill-ai/tsconfig": "workspace:*",
"react": "^18",
"react-dom": "^18",
"next": "14.2.20",
"next": "14.2.21",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"peerDependencies": {
"@instill-ai/design-system": "workspace:*",
"@instill-ai/design-tokens": "workspace:*",
"next": "^14.2.20",
"next": "^14.2.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
Loading

0 comments on commit e2f33b3

Please sign in to comment.