Skip to content

Commit 7ba81ea

Browse files
authored
build: Update NextJS to address CVE (#24277)
## Description Updates NextJS to address https://nvd.nist.gov/vuln/detail/CVE-2025-29927. Of note, we only use NextJS in a test application, nothing that gets deployed anywhere.
1 parent aa254a2 commit 7ba81ea

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

examples/apps/ai-collab/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"eslint": "~8.55.0",
5959
"fluid-framework": "workspace:~",
6060
"mui": "^0.0.1",
61-
"next": "^14.2.8",
61+
"next": "^14.2.27",
6262
"notistack": "^3.0.1",
6363
"openai": "^4.67.3",
6464
"react": "^18.3.1",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)