Skip to content
Open
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 packages/server/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@verdaccio/utils": "workspace:7.0.0-next-7.7",
"core-js": "3.40.0",
"debug": "4.3.4",
"fastify": "5.2.1",
"fastify": "5.7.3",
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 upgrading fastify is the correct action, this pull request is incomplete because the pnpm-lock.yaml file has not been updated. To ensure the dependency tree is consistent and the patched version of fastify is used during installation, you must update the lock file.

Please run pnpm install and commit the resulting changes to pnpm-lock.yaml before merging.

"fastify-plugin": "4.5.1",
"lodash": "4.17.21"
},
Expand Down
Loading