newman icon indicating copy to clipboard operation
newman copied to clipboard

[DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.

Open beeing opened this issue 11 months ago • 1 comments

  1. Newman Version (can be found via newman -v): 6.2.1
  2. OS details (type, version, and architecture): macOS 15.2 arm
  3. Are you using Newman as a library, or via the CLI? both
  4. Did you encounter this recently, or has this bug always been there: Been awhile
  5. Expected behaviour: Running tests without the nodejs warning

This warning is from outdated form-data library which uses util.isArray, latest form-data has been patched to fix this but forked version of postman-request which depends on @postman/form-data still not fixed.

beeing avatar Jan 06 '25 14:01 beeing

is there any plan to have a new new version / tag , this fix is merged from a while now , but no release :(

LasneF avatar Oct 20 '25 08:10 LasneF