Skip to content
Merged
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
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"classnames": "2.5.1",
"clsx": "2.1.1",
"ethers": "6.14.0",
"next": "14.2.30",
"next": "14.2.32",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

While this dependency upgrade is correct, the PR is incomplete because the pnpm-lock.yaml file has not been updated to reflect this change. This is a critical issue.

Before merging, you must manually update the lock file by running pnpm install and commit the resulting changes. This ensures that the build is reproducible and that the intended security fix is applied.

"next-themes": "0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
Expand Down
Loading