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 @@ -98,7 +98,7 @@
"@inquirer/prompts": "5.3.8",
"@octokit/rest": "21.0.2",
"@types/uuid": "10.0.0",
"ai": "3.3.9",
"ai": "5.0.52",
"chalk": "5.3.0",
"commander": "12.1.0",
Comment on lines 98 to 103

Choose a reason for hiding this comment

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

P1 Badge Update lockfile to match ai 5.0.52 upgrade

The dependency bump to ai 5.0.52 only touches package.json while pnpm-lock.yaml still locks [email protected]. Any CI that runs pnpm install --frozen-lockfile will either fail because the manifest and lockfile disagree or will continue to install the old 3.x release, so the security fix advertised by this commit never applies. Run pnpm install and commit the regenerated lockfile so the upgrade is actually consumable.

Useful? React with 👍 / 👎.

"dotenv": "16.4.5",
Expand Down
Loading