Skip to content
Closed
Show file tree
Hide file tree
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
314 changes: 297 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
"@vue/eslint-config-typescript": "^13.0.0",
"assets-webpack-plugin": "^7.1.1",
"autoprefixer": "^10.4.21",
"axios": "^1.7.4",
"axios": "^1.15.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.

🔴 HIGH RISK

CRITICAL SECURITY RISK: The versions 1.13.2 and 1.15.0 for axios do not exist in the official npm registry. Additionally, the upgrade path from ^1.7.4 to 1.15.0 is an anomalous jump that bypasses the standard 1.7.x release cycle. This is highly indicative of a supply chain attack or dependency confusion. Do not merge this PR and verify your registry configuration to ensure malicious packages are not being pulled from an untrusted source.

"babel-eslint": "^10.1.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
Expand Down
Loading