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 libs/@hashintel/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@fortawesome/free-regular-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "6.7.2",
"clsx": "2.1.1",
"echarts": "5.6.0",
"echarts": "6.1.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.

Lockfile out of sync

Medium Severity

This commit bumps echarts to 6.1.0 in @hashintel/design-system but leaves yarn.lock resolving echarts@npm:5.6.0 for that workspace. CI uses yarn install --immutable, so the manifest and lockfile mismatch fails installs and the intended upgrade (including the CVE fix) is not applied until the lockfile is regenerated.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a055440. Configure here.

"react-loading-skeleton": "3.5.0"
},
"devDependencies": {
Expand Down
Loading