Skip to content
Merged
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
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,12 @@
"reason": "https://socket.dev/blog/tinycolor-supply-chain-attack-affects-40-packages"
}
},
"axios": {
"1.14.1": {
"version": "1.14.0",
"reason": "https://github.com/axios/axios/issues/10596"
Comment on lines +1639 to +1641
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

The version 1.14.1 and the issue reference 10596 for axios seem incorrect. Current axios versions are in the 1.7.x range, and the issue count in the official repository is much lower. Please verify if this is a typo (e.g., for version 1.1.4 or 1.4.1) and ensure the reference link is valid.

}
},
Comment on lines +1638 to +1643
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The axios entry is inserted within a large block of packages (lines 1396–1649) that share the same reason (tinycolor supply chain attack). To maintain the logical grouping of the existing entries, this unrelated axios bug should be moved to the end of the bug-versions object.

"ts-gaussian": {
"3.0.6": {
"version": "3.0.4",
Expand Down
Loading