chore(deps): refresh lockfile transitives; clears hono/fast-uri/ip-address advisories - #2
Merged
Merged
Conversation
…dress advisories These five repos were the only tools-* repos left on the July lockfile (hono 4.12.28, fast-uri 3.1.2, ip-address 10.2.0) - the exact versions that generate 21 open Dependabot alerts on tools-cognition, yet these repos reported zero. Alerts are enabled here, so the silence was a detection gap, not a clean bill of health. npm update pulls hono 4.13.7, fast-uri 3.1.7, ip-address 10.7.0 and cortex-engine 1.2.2 -> 1.4.1. npm audit: 0 vulnerabilities. tsc builds clean on the new engine. All deps are devDependencies - the published tarballs carry no runtime deps, so no user was ever exposed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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.
Last tools-* repos on the July lockfile (hono 4.12.28, fast-uri 3.1.2, ip-address 10.2.0) — the exact versions behind tools-cognition's 21 open Dependabot alerts, while these repos reported zero despite alerts being enabled. Detection gap, not a clean bill of health.
npm update→ hono 4.13.7, fast-uri 3.1.7, ip-address 10.7.0, cortex-engine 1.2.2→1.4.1.Verified locally:
npm audit0 vulnerabilities,tscbuilds clean on the new engine.All of these are devDependencies — the published tarballs declare no runtime dependencies, so no npm consumer was ever exposed.