Release: merge release/solid-logic-202603192325 into main by bourgeoa · Pull Request #220 · SolidOS/solid-logic

All other dependencies in this package.json use caret ranges, but solid-namespace is now pinned to an exact version. This will prevent consumers from receiving patch updates (including security fixes) automatically. If there's no specific reason to pin, switch back to a range (e.g., ^0.5.4); if pinning is intentional, consider documenting the rationale (or using an override/resolution if the goal is to constrain a transitive dependency).

Suggested change

"solid-namespace": "0.5.4"
"solid-namespace": "^0.5.4"