@apify/input_secrets depends on ow@^0.28.2, which pulls in the deprecated lodash.isequal@4.5.0. It reaches consumers through @apify/input_schema (e.g. apify-cli), producing:
npm warn deprecated lodash.isequal@4.5.0: This package is deprecated. Use require('node:util').isDeepStrictEqual instead.
ow@2.0.0 switched to fast-equals, so bumping ow to >=2 clears it.
Chain: @apify/input_schema@3.28.18 → @apify/input_secrets@1.2.47 → ow@0.28.2 → lodash.isequal@4.5.0
Heads-up: ow has breaking API changes and is ESM-only from v2 — needs a usage check, not a blind bump.
Context: apify/apify-cli#1218.
@apify/input_secretsdepends onow@^0.28.2, which pulls in the deprecatedlodash.isequal@4.5.0. It reaches consumers through@apify/input_schema(e.g.apify-cli), producing:ow@2.0.0switched tofast-equals, so bumpingowto>=2clears it.Chain:
@apify/input_schema@3.28.18→@apify/input_secrets@1.2.47→ow@0.28.2→lodash.isequal@4.5.0Heads-up:
owhas breaking API changes and is ESM-only from v2 — needs a usage check, not a blind bump.Context: apify/apify-cli#1218.