You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2023. It is now read-only.
PS C:\dev\temp> npm init -y
Wrote to C:\dev\temp\package.json:
PS C:\dev\temp> npm i webpack-pwa-manifest
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
...
npm notice created a lockfile as package-lock.json. You should commit this file.
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
+ [email protected]
added 69 packages from 98 contributors and audited 163 packages in 6.198s
found 1 low severity vulnerability
run `npm audit fix` to fix them, or `npm audit` for details
PS C:\dev\temp> npm audit
=== npm audit security report ===
Manual Review
Some vulnerabilities require your attention to resolve
Visit https://go.npm.me/audit-guide for additional guidance
Low Prototype Pollution
Package minimist
Patched in >=0.2.1 <1.0.0 || >=1.2.3
Dependency of webpack-pwa-manifest
Path webpack-pwa-manifest > jimp > @jimp/custom > @jimp/core >
mkdirp > minimist
More info https://npmjs.com/advisories/1179
found 1 low severity vulnerability in 163 scanned packages
1 vulnerability requires manual review. See the full report for details.
PS C:\dev\temp> npm audit fix
npm WARN [email protected] No description
npm WARN [email protected] No repository field.
up to date in 0.349s
fixed 0 of 1 vulnerability in 163 scanned packages
1 vulnerability required manual review and could not be updated
Repro:
The latest jimp should fix it as per jimp-dev/jimp#857
The text was updated successfully, but these errors were encountered: