-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Are the 22 vulnerabilities introduced by gulp 4.0.2 on a virgin node project accepted to be ok by everyone? #2640
Comments
npm audit ... npm audit reportglob-parent <5.1.2 set-value <4.0.1 22 high severity vulnerabilities |
mkdir gulp-101
cd gulp-101
npm init -y
npm i --save-dev gulp
... 22 high severity vulnerabilities.
cat package.json
{
"name": "gulp-101",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2"
}
}
The text was updated successfully, but these errors were encountered: