salmon-account-74572
04/01/2020, 5:53 PMnpm install
, and after NPM was done installing packages it reported this:
found 21 low severity vulnerabilities
run `npm audit fix` to fix them, or `npm audit` for details
Is this something that should be addressed? npm audit
provides some verbose output that identifies the dependencies that affected. (I'm new to the NodeJS/npm world, so apologies if this is a stupid question.)white-balloon-205
pulumi new
or from npm install
in a particular example?salmon-account-74572
04/01/2020, 5:57 PM{
"name": "typescript",
"devDependencies": {
"@types/node": "latest"
},
"dependencies": {
"@pulumi/pulumi": "latest",
"@pulumi/aws": "latest",
"@pulumi/awsx": "latest",
"@pulumi/policy": "latest"
}
}
And I ran npm install
to install the packages/components needed.npm audit
.