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 @@ -42,7 +42,7 @@
"dotenv": "^17.3.1",
"express": "4",
"pino": "^10.3.1",
"undici": "^7.22.0",
"undici": "^7.24.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.

P1 Badge Update pnpm lockfile with the undici version bump

I checked .github/workflows/publish.yml and .github/workflows/publish-canary.yml, and both install dependencies with pnpm install --frozen-lockfile; with that mode, pnpm fails when package.json and pnpm-lock.yaml are out of sync. This change bumps undici to ^7.24.0, but pnpm-lock.yaml still pins specifier: ^7.22.0 and version: 7.22.0 (importer .), so CI/release workflows will fail at install and the intended security upgrade will not actually be applied.

Useful? React with 👍 / 👎.

"zod": "^4.3.6"
},
"devDependencies": {
Expand Down
Loading