chore: bump @fozikio/cortex-engine to ^1.3.0 - #2
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates this package’s development tooling dependency on @fozikio/cortex-engine to incorporate the latest patched transitive dependency tree (notably resolving hono to the audited/patched version), aligning with the stated security-audit follow-up.
Changes:
- Bumped
@fozikio/cortex-enginedevDependency from^1.2.0to^1.3.0inpackage.json. - Updated
package-lock.jsonto lock@fozikio/cortex-engine@1.3.0and resolvehono@4.12.28in the dependency tree. - Minor JSON string encoding change in the
descriptionfield (escape sequence for the em dash), with no semantic change.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Bumps @fozikio/cortex-engine devDependency to ^1.3.0 (peer range unchanged). |
| package-lock.json | Locks to @fozikio/cortex-engine@1.3.0 and shows hono@4.12.28 resolved in node_modules. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Durable fix for the hono advisory cascade: 1.3.0's own lockfile carries the patched transitive tree, so consumers no longer depend on per-repo npm audit fix runs. Verified: cortex-engine 1.3.0 installed, hono resolves to 4.12.28, npm audit reports 0 vulnerabilities, build passes.
idapixl
force-pushed
the
chore/bump-cortex-engine-1.3.0
branch
from
July 7, 2026 20:23
a98c10b to
42e002e
Compare
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
Follow-up to today's security audit (action item #2): bumps the
@fozikio/cortex-enginedevDependency from^1.2.0to^1.3.0. This is the durable fix for the recurringhonoadvisory cascade — 1.3.0's own dependency tree carries the patched versions, so this repo no longer needs per-weeknpm audit fixruns to stay clean. ThepeerDependenciesrange (>=0.1.0) already admits 1.3.0 and is unchanged.Test plan
@fozikio/cortex-engine1.3.0 installed;honoresolves to 4.12.28npm audit— 0 vulnerabilitiesnpm run buildpasses🤖 Generated by the weekly security audit routine.
Generated by Claude Code