Several of closure-loader's dependencies had known security vulnerabilities, revealed by npm audit. After upgrading most of the library's dependencies, the audit finds no vulnerabilities:
$ npm i --package-lock-only && npm audit
npm notice created a lockfile as package-lock.json. You should commit this file.
added 77 packages, removed 130 packages, updated 768 packages and audited 26736 packages in 22.613s
found 0 vulnerabilities
=== npm audit security report ===
found 0 vulnerabilities
in 26736 scanned packages
Fixes #43.
Several of closure-loader's dependencies had known security vulnerabilities, revealed by
npm audit
. After upgrading most of the library's dependencies, the audit finds no vulnerabilities: