Problem
packages/sail-infrastructure/package.json depends on read-pkg-up, which is deprecated on npm.
Found by dep-audit skill.
Alternatives
read-package-up (successor package by same author)
- Manual implementation using
node:fs + JSON.parse with directory traversal
Context
Determine where read-pkg-up is used in sail-infrastructure's source and replace with the successor or a manual implementation.
Problem
packages/sail-infrastructure/package.jsondepends onread-pkg-up, which is deprecated on npm.Found by
dep-auditskill.Alternatives
read-package-up(successor package by same author)node:fs+ JSON.parse with directory traversalContext
Determine where
read-pkg-upis used in sail-infrastructure's source and replace with the successor or a manual implementation.