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 @@ -29,7 +29,7 @@
"winston": "^3.16.0"
},
"dependencies": {
"axios": "^1.8.4",
"axios": "^1.13.5",

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

The axios dependency version has been updated, but the yarn.lock file was not updated to reflect this change. As noted in the PR description, this must be done manually. Failing to update the lock file can lead to inconsistent dependencies across environments and may prevent the security fix from being applied. Please run yarn install and commit the updated yarn.lock file.

"gray-matter": "^4.0.3",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
Expand Down