Skip to content
Closed
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 @@ -8,7 +8,7 @@
"@types/dockerode": "^3.3.47",
"@types/node": "^26.0.0",
"chalk": "^5.6.2",
"dockerode": "^4.0.10",
"dockerode": "^5.0.1",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P1 Lockfile remains stale

This changes the manifest to require dockerode ^5.0.1, but bun.lock still records ^4.0.10 and resolves 4.0.12. Because CI installs with bun install --frozen-lockfile, it will reject the stale lockfile instead of applying this upgrade, causing dependency installation to fail. Please regenerate and commit bun.lock with this bump.

"dotenv-cli": "^10.0.0",
"ipaddr.js": "^2.3.0",
"knip": "^6.22.0",
Expand Down
Loading