Getting 4 vulnerabilities while running : npx hardhat init #5482
-
npm init --yes Wrote to /home/rahul/Documents/Metaschool/test1/package.json: { npm warn deprecated [email protected]: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful. added 267 packages, and audited 268 packages in 1m 52 packages are looking for funding found 0 vulnerabilities npx hardhat init Welcome to Hardhat v2.22.6 ✔ What do you want to do? · Create a JavaScript project npm audit reportws 7.0.0 - 7.5.9 4 high severity vulnerabilities To address all issues, run: npm audit fix not solving the problem. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
As a workaround, these vulnerability warnings should be resolved if you upgrade to the latest version of
If that doesn't work would it be possible to report the issue here? |
Beta Was this translation helpful? Give feedback.
@Rahul65911
As a workaround, these vulnerability warnings should be resolved if you upgrade to the latest version of
hardhat-gas-reporter
(2.2.0) with:If that doesn't work would it be possible to report the issue here?