chore(deps): bump transitive deps to resolve 12 security advisories - #492
chore(deps): bump transitive deps to resolve 12 security advisories#492humble-little-bear wants to merge 1 commit into
Conversation
Raise pnpm overrides to clear 12 open advisories: - hono 4.12.27 -> 4.12.34 (GHSA-54fx-42gc-7vw4, GHSA-79qm-7rj5-m7r9, GHSA-f23p-vx2j-j53r) - ip-address 10.1.1 -> 10.3.1 (GHSA-22jq-vg5j-6vgg, GHSA-4xrf-jv44-h6hh, GHSA-mwp4-54f8-5fhr) - js-yaml 3.15.0 -> 3.15.1 / 4.3.0 -> 4.3.1 (GHSA-5p4m-2wfm-xmqj) - fast-uri 3.1.4 -> 3.1.5 (GHSA-7p8r-x3mc-p8w7) - brace-expansion 1.1.16 -> 1.1.18 / 5.0.7 -> 5.0.9 (GHSA-mh99-v99m-4gvg, GHSA-rgw5-rvv9-x895) - @hono/node-server 1.19.13 -> 2.0.10 (GHSA-frvp-7c67-39w9, GHSA-9mqv-5hh9-4cgg), refreshing @modelcontextprotocol/sdk 1.27.1 -> 1.30.0 (within eslint's ^1.8.0 range) which officially supports the 2.x line. elliptic (GHSA-848j-6mx2-7j84) remains: no patched release published. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe pnpm workspace configuration now requires newer patched versions for several dependencies. The release-age exclusions were updated to match the new versions. ChangesSecurity Override Updates
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Raises the pnpm security overrides in
pnpm-workspace.yaml(and refreshespnpm-lock.yaml) to clear all currently fixable GitHub Dependabot alerts, plus additional advisories surfaced bypnpm audit. No application code changed.All of the affected packages are transitive dev-time dependencies (via
eslint→@modelcontextprotocol/sdk→ hono/ajv/express-rate-limit chain), exceptelliptic(see "Not auto-fixed").Fixed advisories
!!omapresolutionmemo()retains SSR output across requestsConnection-listed headersserve-staticon WindowsNotes:
@hono/node-server2.x is a major line change, so@modelcontextprotocol/sdkwas refreshed 1.27.1 → 1.30.0 (still within eslint's declared^1.8.0range); SDK ≥1.30.0 officially declares"@hono/node-server": "^1.19.9 || ^2.0.5", making the 2.x override range-compatible.minimumReleaseAgeExcludeentries were updated to match the newly pinned versions.pnpm auditagainst the updated lockfile; they did not yet appear in the Dependabot alert list.Not auto-fixed
@nervosnetwork/ckb-sdk-utils←@joyid/ckb←@ckb-ccc/core)>=6.6.2, but the newest version on npm is 6.6.1 (2024-11-13). Needs an upstream elliptic release (and then the@ckb-ccc/corechain to pick it up).Verification
pnpm install— lockfile regenerated, resolutions confirmed: hono 4.12.34, ip-address 10.3.1, js-yaml 3.15.1/4.3.1, fast-uri 3.1.5, @hono/node-server 2.0.10, brace-expansion 1.1.18/5.0.9pnpm audit— clean except elliptic (above)pnpm build— succeedspnpm typecheck— cleanpnpm test— 36/36 suites, 319 passed / 7 skipped