fix(deps): clear all open Dependabot alerts (hono, electron, got)#197
Merged
Conversation
Force-bump three vulnerable transitive dependencies flagged by GitHub Dependabot, via pnpm-workspace.yaml overrides (matching the existing advisory-batch pattern): - hono 4.12.23 -> 4.12.25 (runtime, via @anthropic-ai/claude-agent-sdk -> @modelcontextprotocol/sdk -> @hono/node-server). Fixes CORS wildcard-with-credentials reflection, serve-static path traversal, and the Lambda adapter issues (#124-#128). Added to minimumReleaseAgeExclude since 4.12.25 sits on the 7-day supply-chain guard boundary. - electron 23.3.13 -> 41.7.0 (dev, via react-devtools standalone). The 23.x line has no in-line patch (#104), so the transitive copy is deduped onto the app's own electron major, clearing the use-after-free / injection batch (#106-#123). Verified react-devtools still launches (port 8097) under electron 41. - got 6.7.1 -> 11.8.6 (dev, via react-devtools' update-notifier chain). Fixes the UNIX-socket redirect advisory (#103). Pinned to the last CJS line because package-json@4 require()s got and got@12+ is ESM-only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Clears all 24 open Dependabot alerts on the default branch. Every alert
is a vulnerable transitive dependency in the root
pnpm-lock.yaml; noneare direct deps, so they're force-bumped via
pnpm-workspace.yamloverrides(matching the existing advisory-batch pattern in that file).
hono@anthropic-ai/claude-agent-sdk→@modelcontextprotocol/sdk→@hono/node-server)electronreact-devtoolsstandalone)gotreact-devtools→update-notifier→ … )Notes
serve-staticpath traversal, and the AWS Lambda adapter issues. Added tominimumReleaseAgeExcludebecause 4.12.25 sits on the 7-day supply-chainguard boundary.
copy is deduped onto 41.7.0 — the version the app already ships — leaving a
single electron in the tree. Clears the use-after-free / injection batch.
package-json@4doesrequire('got')and got@12+ is ESM-only. Only the dev update-notifier chainpulled the vulnerable 6.x.
Verification
pnpm-lock.yamlresolves to a single safe version of each package; noresidual references to electron@23.3.13 / got@6.7.1 / hono@4.12.23.
pnpm run typecheckpasses.react-devtoolsstandalone still launches under electron 41 (server comesup on port 8097).
Alerts auto-close once this merges to
masterand Dependabot rescans.🤖 Generated with Claude Code