chore(deps): bump transitive deps to fix 20 Dependabot security alerts#5
Merged
Merged
Conversation
- undici 7.18.2+ (6 CVEs: memory exhaustion, WebSocket crashes, smuggling, CRLF) - hono 4.12.7+ (4 CVEs: file access, cookie injection, SSE injection, proto pollution) - @hono/node-server 1.19.10 (CVE-2026-29087: auth bypass) - express-rate-limit 8.2.2 (CVE-2026-30827: IPv6 rate limit bypass) - minimatch 10.2.3 (CVE-2026-27903: ReDoS) - flatted 3.4.2 (CVE-2026-33228: prototype pollution) - js-yaml 4.1.1 (CVE-2025-64718: prototype pollution) - picomatch 4.0.4 (CVE-2026-33672: method injection) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
npm audit fixto bump 32 transitive packages, resolving all 11 vulnerability groups (20 Dependabot alerts: 7 high, 4 moderate)overridesblock needed —npm audit fixresolved all vulnerabilities with compatible semver bumpsnpm auditnow reports 0 vulnerabilitiesPackages Fixed
undicihono@hono/node-serverexpress-rate-limitminimatchflattedparse()js-yamlpicomatchVerification
npm audit: 0 vulnerabilitiesnpm run build: passes (clean TypeScript compilation)npm test: 12 passed, 4 skipped, 1 suite skipped (pre-existing)Test plan
npm auditshows 0 vulnerabilities on this branch🤖 Generated with Claude Code
Note
Medium Risk
Primarily lockfile-only dependency upgrades, but it updates runtime networking stack packages (notably
undici) and introduces a stricter Node engine requirement forundici, which could break installs/runs on older Node versions.Overview
Resolves security alerts by bumping multiple transitive npm dependencies in
package-lock.json(e.g.,undici,hono/@hono/node-server,express-rate-limit,ajv,minimatch,js-yaml,flatted,picomatch, and several@babel/*packages).No application code changes are included; this PR is effectively a lockfile refresh to pull in patched versions (including updated license metadata for some packages).
Written by Cursor Bugbot for commit 69a062f. This will update automatically on new commits. Configure here.