Skip to content

Commit e2f33b3

Browse files
authored
fix: update nextjs version to cope with vulnerability (#1663)
Because - update nextjs version to cope with vulnerability This commit - update nextjs version to cope with vulnerability
1 parent 4b96901 commit e2f33b3

File tree

4 files changed

+81
-86
lines changed

4 files changed

+81
-86
lines changed

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"echarts": "^5.4.2",
5353
"elkjs": "^0.8.2",
5454
"instill-sdk": "workspace:*",
55-
"next": "^14.2.20",
55+
"next": "^14.2.21",
5656
"next-mdx-remote": "^4.1.0",
5757
"react": "^18.2.0",
5858
"react-dom": "^18.2.0",

apps/instill-form-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@instill-ai/tsconfig": "workspace:*",
1818
"react": "^18",
1919
"react-dom": "^18",
20-
"next": "14.2.20",
20+
"next": "14.2.21",
2121
"zod": "^3.23.8"
2222
},
2323
"devDependencies": {

packages/toolkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"peerDependencies": {
177177
"@instill-ai/design-system": "workspace:*",
178178
"@instill-ai/design-tokens": "workspace:*",
179-
"next": "^14.2.20",
179+
"next": "^14.2.21",
180180
"react": "^18.2.0",
181181
"react-dom": "^18.2.0"
182182
},

0 commit comments

Comments
 (0)