AntFleet

Disagreement · 7acb8d8e-anthropic-1

@types/node pinned to non-existent major version 25

solo Opus
repo 53606958·PR #4·reviewed 1 week ago

Opus finding

@types/node pinned to non-existent major version 25

highbuild-releasehigh
  • package.json:17
@types/node follows Node.js major versions; engines specifies node >=20, and @types/node majors that exist line up with Node majors (20, 22, 24). There is no @types/node@^25.6.0 published. Install will fail with ETARGET, and even if it resolved, the types would not match the supported Node 20+ runtime declared in `engines`.

Recommendation

Use a published major matching the engines field (e.g. ^20.x or ^22.x) consistent with `node: >=20`.

Other reviewer

The other reviewer flagged nothing in this file/line range.

Why this didn't post

This finding didn't meet AntFleet's unanimous agreement threshold. Both frontier models review every PR independently; only findings they both flag with the same severity and category are posted to the PR. This one fell through.

read the methodology →