newman
newman copied to clipboard
[DEP0044] DeprecationWarning: The `util.isArray` API is deprecated. Please use `Array.isArray()` instead.
- Newman Version (can be found via
newman -v): 6.2.1 - OS details (type, version, and architecture): macOS 15.2 arm
- Are you using Newman as a library, or via the CLI? both
- Did you encounter this recently, or has this bug always been there: Been awhile
- 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.
is there any plan to have a new new version / tag , this fix is merged from a while now , but no release :(