Skip to content

Commit fc9cf57

Browse files
authored
chore(deps): upgrade Next.js for CVE-2025-66478 + UI deps (#1680)
1 parent f6e6b70 commit fc9cf57

File tree

5 files changed

+3519
-3516
lines changed

5 files changed

+3519
-3516
lines changed

apps/agentstack-ui/package.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,61 +11,61 @@
1111
"#*": "./src/*"
1212
},
1313
"dependencies": {
14-
"@a2a-js/sdk": "^0.3.4",
14+
"@a2a-js/sdk": "^0.3.5",
1515
"@bprogress/next": "^3.2.12",
1616
"@carbon/icons-react": "catalog:",
17-
"@carbon/layout": "^11.41.0",
18-
"@carbon/motion": "^11.35.0",
17+
"@carbon/layout": "^11.44.0",
18+
"@carbon/motion": "^11.38.0",
1919
"@carbon/react": "catalog:",
20-
"@carbon/styles": "^1.90.0",
20+
"@carbon/styles": "^1.96.0",
2121
"@floating-ui/react": "^0.27.16",
2222
"@ibm/plex": "^6.4.1",
23-
"@radix-ui/react-slot": "^1.2.3",
23+
"@radix-ui/react-slot": "^1.2.4",
2424
"@tanstack/react-query": "catalog:",
2525
"agentstack-sdk": "workspace:*",
26-
"cacheable": "2.1.0",
26+
"cacheable": "2.3.0",
2727
"clsx": "catalog:",
2828
"date-fns": "4.1.0",
2929
"eventsource-parser": "^3.0.6",
30-
"fetch-event-stream": "^0.1.5",
31-
"framer-motion": "^12.23.21",
30+
"fetch-event-stream": "^0.1.6",
31+
"framer-motion": "^12.23.25",
3232
"humanize-duration": "^3.33.1",
33-
"immer": "^10.1.3",
33+
"immer": "^11.0.1",
3434
"json5": "^2.2.3",
3535
"katex": "^0.16.25",
3636
"keycode-js": "^3.1.0",
3737
"lodash": "catalog:",
38-
"mermaid": "^11.12.1",
38+
"mermaid": "^11.12.2",
3939
"next": "catalog:",
4040
"next-auth": "5.0.0-beta.29",
41-
"openapi-fetch": "^0.14.0",
41+
"openapi-fetch": "^0.15.0",
4242
"openapi-typescript-helpers": "^0.0.15",
43-
"openid-client": "^6.8.0",
43+
"openid-client": "^6.8.1",
4444
"pluralize": "^8.0.0",
45-
"promise-coalesce": "1.1.2",
45+
"promise-coalesce": "1.5.0",
4646
"react": "catalog:",
47-
"react-aria": "^3.43.2",
47+
"react-aria": "^3.44.0",
4848
"react-dom": "catalog:",
4949
"react-dropzone": "^14.3.8",
5050
"react-error-boundary": "^6.0.0",
51-
"react-hook-form": "^7.63.0",
52-
"react-intersection-observer": "^9.16.0",
53-
"react-is": "^19.0.0",
51+
"react-hook-form": "^7.68.0",
52+
"react-intersection-observer": "^10.0.0",
53+
"react-is": "^19.2.1",
5454
"react-markdown": "^10.1.0",
5555
"react-merge-refs": "^3.0.2",
5656
"react-resizable": "^3.0.5",
57-
"react-syntax-highlighter": "^15.6.6",
57+
"react-syntax-highlighter": "^16.1.0",
5858
"rehype-katex": "^7.0.1",
5959
"remark-gfm": "^4.0.1",
6060
"remark-math": "^6.0.0",
6161
"rxjs": "^7.8.2",
62-
"ts-pattern": "^5.8.0",
62+
"ts-pattern": "^5.9.0",
6363
"unified": "^11.0.5",
6464
"unist-util-visit": "^5.0.0",
6565
"usehooks-ts": "catalog:",
6666
"uuid": "^13.0.0",
67-
"validator": "^13.15.20",
68-
"zod": "^4.1.11"
67+
"validator": "^13.15.23",
68+
"zod": "^4.1.13"
6969
},
7070
"devDependencies": {
7171
"@i-am-bee/lint-config": "workspace:*",
@@ -80,9 +80,9 @@
8080
"@types/react-dom": "catalog:",
8181
"@types/react-resizable": "^3.0.8",
8282
"@types/react-syntax-highlighter": "^15.5.13",
83-
"@types/validator": "^13.15.4",
83+
"@types/validator": "^13.15.10",
8484
"eslint": "catalog:",
85-
"openapi-typescript": "^7.9.1",
85+
"openapi-typescript": "^7.10.1",
8686
"prettier": "catalog:",
8787
"sass-embedded": "catalog:",
8888
"stylelint": "catalog:",

apps/agentstack-ui/src/modules/messages/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function checkMessageStatus(message: UIAgentMessage) {
9898
export function checkMessageContent(message: UIMessage) {
9999
const hasContent = Boolean(
100100
message.parts.some(({ kind }) => kind === UIMessagePartKind.Text || kind === UIMessagePartKind.Transform) ||
101-
checkMessageForm(message),
101+
checkMessageForm(message),
102102
);
103103

104104
return hasContent;

apps/beeai-web/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,23 @@
1010
"@i-am-bee/agentstack-ui": "workspace:*",
1111
"@tanstack/react-query": "catalog:",
1212
"clsx": "catalog:",
13-
"estree-util-value-to-estree": "^3.4.0",
13+
"estree-util-value-to-estree": "^3.5.0",
1414
"lodash": "catalog:",
1515
"lottie-react": "^2.4.1",
1616
"next": "catalog:",
1717
"react": "catalog:",
1818
"react-dom": "catalog:",
1919
"reading-time": "^1.5.0",
2020
"rehype-slug": "^6.0.0",
21-
"remark-flexible-toc": "^1.2.1",
21+
"remark-flexible-toc": "^1.2.4",
2222
"remark-reading-time": "^2.0.2",
2323
"usehooks-ts": "catalog:",
2424
"vfile": "^6.0.3"
2525
},
2626
"devDependencies": {
2727
"@i-am-bee/lint-config": "workspace:*",
28-
"@next/mdx": "15.5.4",
28+
"@mdx-js/loader": "^3.1.1",
29+
"@next/mdx": "15.5.7",
2930
"@svgr/webpack": "catalog:",
3031
"@types/estree": "^1.0.8",
3132
"@types/lodash": "catalog:",

0 commit comments

Comments
 (0)