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 @@ -34,7 +34,7 @@
},
"homepage": "https://github.com/yeyan1996/file-upload#readme",
"dependencies": {
"axios": "^0.19.2",
"axios": "^1.13.5",
Copy link

Choose a reason for hiding this comment

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

Lockfile not updated, security fix not applied

High Severity

The package.json now requires axios ^1.13.5 but the package-lock.json still resolves to axios-0.19.2.tgz. Running npm ci (standard in CI/CD) will fail because the lockfile doesn't satisfy the new package.json constraint, breaking all builds. If npm install is used instead, it may silently resolve the mismatch, but the commit as-is doesn't actually deliver the security fix. The lockfile needs to be regenerated before merging.

Fix in Cursor Fix in Web

"core-js": "^3.4.3",
"dayjs": "^1.8.17",
"element-ui": "^2.13.0",
Expand Down