agutoli / serverless-layers

Serverless.js plugin implementing AWS Lambda Layers, reducing lambda size, warm-up, and deployment time.
MIT License
229 stars 54 forks source link

bump mkdirp from 0.5.5 to 0.5.6 #119

Closed guidev closed 1 year ago

guidev commented 2 years ago

mkdirp 0.5.5 depends on minimist 1.2.5 which has a critical security issue https://github.com/advisories/GHSA-xvch-5gv4-984h

upgrading to mkdirp 0.5.6 fixes the issue.

agutoli commented 1 year ago

Thanks for that.