`npm install` has `2 vulnerabilities (1 moderate, 1 high)`
hamirmahal opened this issue · 2 comments
hamirmahal commented
What information was incorrect, unhelpful, or incomplete?
n/a
What did you expect to see?
npm install
should ideally have no vulnerabilities.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
hamirmahal commented
hamirmahal commented
> interactive-examples@2.2.0 postinstall
> npm run build
> interactive-examples@2.2.0 build
> mdn-bob
MDN-BOB: Cleaning or creating ./docs/....
MDN-BOB: Copying static assets....
MDN-BOB: Running Webpack...
Webpack Warning: asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
This can impact web performance.
Assets:
js/editor-wat.js (1.12 MiB)
js/codemirror.js (453 KiB)
Webpack Warning: entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
Entrypoints:
editor-wat (1.14 MiB)
css/editor-wat.css
js/editor-wat.js
codemirror (454 KiB)
css/codemirror.css
js/codemirror.js
Webpack Warning: webpack performance recommendations:
You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
For more info visit https://webpack.js.org/guides/code-splitting/
MDN-BOB: Building height-data
MDN-BOB: Height Data was successfully constructed
MDN-BOB: Building pages....
MDN-BOB: Pages built successfully
MDN-BOB: Build completed successfully
> interactive-examples@2.2.0 prepare
> husky install
husky - Git hooks installed
added 677 packages, and audited 678 packages in 30s
138 packages are looking for funding
run `npm fund` for details
2 vulnerabilities (1 moderate, 1 high)
To address all issues, run:
npm audit fix
Run `npm audit` for details.