[Snyk] Security upgrade undici from 7.22.0 to 7.24.0#5
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNDICI-15518061 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518064 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518066 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518068 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518070 - https://snyk.io/vuln/SNYK-JS-UNDICI-15518072
Code Review SummaryStatus: 1 Issue Found | Recommendation: Fix before merge Overview
Issue Details (click to expand)WARNING
Other Observations (not in diff)The PR description references 6 known vulnerabilities in Files Reviewed (1 file)
Reviewed by mimo-v2-pro-20260318 · 60,767 tokens |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: db11aa0aad
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "express": "4", | ||
| "pino": "^10.3.1", | ||
| "undici": "^7.22.0", | ||
| "undici": "^7.24.0", |
There was a problem hiding this comment.
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 👍 / 👎.
|
Warning Gemini is experiencing higher than usual traffic and was unable to create the review. Please try again in a few hours by commenting |
|
Ready to merge. undici update from 7.22.0 to 7.24.0 - all CI checks pass. |
Snyk has created this PR to fix 6 vulnerabilities in the pnpm dependencies of this project.
Snyk changed the following file(s):
package.jsonVulnerabilities that will be fixed with an upgrade:
SNYK-JS-UNDICI-15518061
SNYK-JS-UNDICI-15518064
SNYK-JS-UNDICI-15518066
SNYK-JS-UNDICI-15518068
SNYK-JS-UNDICI-15518070
SNYK-JS-UNDICI-15518072
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Uncaught Exception
🦉 Allocation of Resources Without Limits or Throttling
🦉 CRLF Injection