BernhardMaier / variableChecker

Simple helper to do variable checks and keep complexity low
MIT License
0 stars 0 forks source link

Update set-value #41

Open BernhardMaier opened 3 years ago

BernhardMaier commented 3 years ago
"dependencies": {
  "set-value": ">=4.0.1"
}
BernhardMaier commented 3 years ago

Security issue is caused by gulp 4.0.2 and can't be fixed until gulp is updated. See https://www.npmjs.com/package/gulp for more infos.

BernhardMaier commented 3 years ago

gulp@4.0.2 is using cache-based and union-value and they are using set-value:

gulp@4.0.2 requires set-value@^2.0.0 via a transitive dependency on cache-base@1.0.1
gulp@4.0.2 requires set-value@^2.0.1 via a transitive dependency on union-value@1.0.1

Both projects already have issues and pull request addressing and fixing the security vulnerability:

Currently no issue in https://github.com/gulpjs/gulp/issues related to this vulnerability.

BernhardMaier commented 2 years ago

Small updates: