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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"uniqid": "^5.4.0",
"uuid": "^8.3.2",
"uuid-int": "^3.1.0",
"validator": "^13.7.0",
"validator": "^13.15.22",

Choose a reason for hiding this comment

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

high

This upgrade of the validator package is important for fixing a security vulnerability. However, as noted in the pull request description, Snyk failed to update the package-lock.json file.

Please make sure to run npm install locally and commit the updated package-lock.json file to this pull request. Without this step, CI/CD pipelines using npm ci will continue to use the old, vulnerable version of the package, and the vulnerability will not be fixed.

"vhost": "^3.0.2",
"web-push": "^3.5.0",
"winston": "^3.8.2",
Expand Down
Loading