@nteract/transforms depends on a very old version of minimist and using overrides wouldn't work (due to the fact that the required major version was old)
Updating @nteract/transforms resulted in trim getting used, and that had its own issues
To resolve that, we have to subsequently update trim to 1.0.1
Other Jupyter packages too were relying on older minimist, hence updated to the latest versions rather than just overriding them.
@nteract/transforms
resulted intrim
getting used, and that had its own issuestrim
to1.0.1