fix(deps): bump undici in tests/ and @hono/node-server in evals/ - #163
Closed
devin-ai-integration[bot] wants to merge 1 commit into
Closed
fix(deps): bump undici in tests/ and @hono/node-server in evals/#163devin-ai-integration[bot] wants to merge 1 commit into
devin-ai-integration[bot] wants to merge 1 commit into
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Skill eval results
Only suites whose source actually changed since their last recorded score were re-run. Soft-failing while we stabilise the baseline. |
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Automated dependency-vulnerability remediation run (2026-08-24). Simple version bumps only, both in dev-only eval workspaces.
tests/: pin the nestedundiciunder@ai-sdk/provider-utilsfrom 5.29.0 → 6.28.0 via anundici@5override (7 Dependabot alerts + 1 Wiz finding, Moderate/Medium, ~10d old)evals/: pin@hono/node-server1.19.14 → 1.19.17 via a@hono/node-server@1override (GHSA-frvp-7c67-39w9, Moderate/Medium, ~12d old); minimum patched is 1.19.15, so this stays on the 1.x line instead of the major bump in chore(deps): bump @hono/node-server from 1.19.14 to 2.1.1 in /evals #162npm install --legacy-peer-deps(matches CI)Testing
python3 scripts/validate_skills.py(50 files OK),python3 -m unittest discover -s tests(9 pass),python3 scripts/generate_catalog.py --check(up to date),cd evals && npm test(92 pass). Promptfoo eval runs call paid providers and were not run.Notes
Findings addressed
Both are transitive through
promptfoo(and@modelcontextprotocol/sdk) in workspaces that only run the LLM eval harness, so there is no production exposure.undici6.28.0 was published 2026-07-24 and@hono/node-server1.19.17 on 2026-07-27, both well outside the 7-day publish hold.Deferred / not addressed
esbuildGHSA-g7r4-m6w7-qqqr intests/andevals/— Low severity, out of scope for this automation. Dependabot PRs chore(deps): bump esbuild and tsx in /tests #77/chore(deps-dev): bump esbuild from 0.28.0 to 0.28.2 in /evals #78 already cover it.@hono/node-serverto 2.1.1 (major) inevals/. This PR takes the minimum patched 1.x instead; chore(deps): bump @hono/node-server from 1.19.14 to 2.1.1 in /evals #162 can be closed or merged independently as a non-security upgrade.action_requiredby design on bot-authored PRs and needs a human approval.Link to Devin session: https://app.devin.ai/sessions/6d39249c94e649688dd3642316cddbbe
Note
Overview
Patches moderate Dependabot/Wiz findings in dev-only eval workspaces via npm overrides. No application source changes.
In
tests/, anundici@5override lifts the nested copy under@ai-sdk/provider-utilsfrom 5.29.0 to 6.28.0 (and drops@fastify/busboy). Inevals/, an@hono/node-server@1override moves 1.19.14 → 1.19.17, staying on the 1.x line rather than a major bump.Reviewed by Cursor Bugbot for commit 034fe1c. Bugbot is set up for automated code reviews on this repo. Configure here.