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 packages/youtill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"fs-extra": "^9.1.0",
"is-binary-path": "^2.1.0",
"joycon": "^2.2.5",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
Copy link

Copilot AI Jan 26, 2026

Choose a reason for hiding this comment

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

The PR description indicates that the yarn.lock file failed to update automatically. This is a critical blocker because without an updated yarn.lock file, the dependency resolution will not be properly locked, and the security fix will not be reliably applied across all environments. The yarn.lock must be updated manually before this PR can be merged to ensure consistent dependency resolution.

Suggested change
"lodash": "^4.17.23",
"lodash": "4.17.23",

Copilot uses AI. Check for mistakes.
"log-update": "^4.0.0",
"majo": "^0.10.1",
"micromatch": "4.0.4",
Expand Down
Loading