-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
npm detects vulnerability #53
Comments
Hi @guidupuy, thanks for the report. I just created an issue on puppeteer repo. I will upgrade the package as soon as there's an update over puppeteer/puppeteer#5055 |
Looks like the change is done on puppeteer, awaiting the release. It can be watched over here: puppeteer/puppeteer#5016. As soon as it's released, I'll bump puppeteer version and publish a new version for pwa-asset-generator. |
Suppressed security warning for now by changing package versioning strategy fix #53
Suppressed security warning for now by changing package versioning strategy fix #53
# [2.0.0](v1.3.1...v2.0.0) (2019-10-25) ### Bug Fixes * **browser:** added error handling for chrome-launcher ([c6ed23a](c6ed23a)), closes [#50](#50) * **package:** suppressed security warning by changing pkg v strategy ([9987e39](9987e39)), closes [#53](#53) ### Features * **file:** avoided saving a shell html file ([b96d545](b96d545)), closes [#52](#52) * **icon:** added optional favicon generation ([699686a](699686a)), closes [#47](#47) * **main:** added dark mode support for iOS ([f4aca1c](f4aca1c)), closes [#51](#51) * **pptr:** switched over puppeteer-core to avoid chromium install ([05edb2e](05edb2e)), closes [#50](#50) * **pwa:** added single quotes option for generated HTML tags ([351a3cc](351a3cc)), closes [#49](#49) ### BREAKING CHANGES * **main:** generateImages method from the module API now returns HTMLMeta object with the chunks of HTML content, instead of one big HTML string
🎉 This issue has been resolved in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
When running
npm audit
, a high severity vulnerability is detectedTo Reproduce
Steps to reproduce the behavior:
npm audit
Expected behavior
No vulnerability gets flagged
System (please complete the following information):
Screenshots
Additional context
None
The text was updated successfully, but these errors were encountered: