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/core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"http-errors": "2.0.0",
"http-status-codes": "2.3.0",
"semver": "7.6.0",
"ajv": "8.12.0",
"ajv": "8.18.0",
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 ajv is the correct action, the pnpm-lock.yaml file has not been updated to reflect this change. This is a critical issue because pnpm uses the lock file to ensure a consistent and reproducible dependency tree. Without an updated lock file, the intended security fix will not be applied when installing dependencies.

To fix this, please run pnpm install to update the lock file and commit the changes to this pull request.

"process-warning": "1.0.0",
"core-js": "3.35.0"
},
Expand Down
Loading