resolve runtime Dependabot alerts 66, 68, 69, 70, 71, and 75 by refreshing the transitive Hono, @hono/node-server, and fast-uri resolutions
resolve build-time alert 74 by refreshing postcss; the lock refresh also brings in the patched nanoid release reported by npm audit
keep this lockfile-only: @modelcontextprotocol/sdk@1.30.0 already permits @hono/node-server ^1.19.9 || ^2.0.5 and hono ^4.11.4, and @hono/node-server@2.1.1 accepts hono ^4
PR #3007's merged diff updated the MCP SDK and ip-address, but did not contain its advertised Hono resolution. This refresh preserves those updates and resolves the current graph without reintroducing older dependency state.
Validation
npm ci
npm audit --json and npm audit --omit=dev --json (zero findings)
npm run typecheck and npm run build
repeated production builds and a build from the pre-fix lockfile produced byte-identical static HTML
script/lint, script/test, and script/licenses-check
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
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
PR #3007's merged diff updated the MCP SDK and ip-address, but did not contain its advertised Hono resolution. This refresh preserves those updates and resolves the current graph without reintroducing older dependency state.
Validation