Upgrades all of the dependencies (most importantly @jspm/generator) and fixes
the npm audit issues. I had to switch from using nodemodules as the provider
in the rollup bundle to jspm.io because of the commonJS detection issue, we'll
have to do a generator release to revert that (which should be a convenient
test of dependabot).
Upgrades all of the dependencies (most importantly
@jspm/generator
) and fixes thenpm audit
issues. I had to switch from usingnodemodules
as the provider in the rollup bundle tojspm.io
because of the commonJS detection issue, we'll have to do a generator release to revert that (which should be a convenient test of dependabot).