isbinaryfile updated the node engine to >=20.0.0 in version 5.0.1. Node engine was then changed to >=18.0.0 in version 5.0.2.
Add resolution in root package.json to pin the version to 5.0.0 until we drop node 16 support.
Add the same resolution in teraslice-cli package.json. This is needed because the npm teraslice-cli package has no yarn.lock and doesn't reference the root package.json of the monorepo in that environment.
isbinaryfile
updated the node engine to >=20.0.0 in version 5.0.1. Node engine was then changed to >=18.0.0 in version 5.0.2.ref: #3544