Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"basic-auth": "^2.0.1",
"cnbuilder": "^3.1.0",
"decanter": "^7.4.0",
"next": "^15.5.7",
"next": "^15.5.8",
Copy link

Copilot AI Dec 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version update in package.json specifies Next.js version 15.5.8, but the package-lock.json shows version 15.5.9 is being installed. These should match to ensure the correct version is installed. Based on the PR description referencing the security update from December 11, 2025, version 15.5.9 appears to be the correct version that addresses CVE-2025-55184 and CVE-2025-55183. Please update package.json to specify "next": "^15.5.9" instead of "^15.5.8".

Suggested change
"next": "^15.5.8",
"next": "^15.5.9",

Copilot uses AI. Check for mistakes.
"react": "18.3.1",
"react-dom": "18.3.1",
"recharts": "^2.12.7"
Expand Down