Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
beeing opened this issue Jan 6, 2025 · 0 comments · Fixed by amanmogal/newman#1

Comments

@beeing
Copy link

beeing commented Jan 6, 2025

  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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant