alhazmy13 / serverless-offline-python

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
35 stars 18 forks source link

Security vulnerability for Json5 library #24

Open seamus-sc opened 1 year ago

seamus-sc commented 1 year ago

serverless-offline-python depends on "babel-register": "^6.18.0", which in turn depends on "babel-core": "^6.26.0" which includes the dependency "json5": "^0.5.1", which has a security vulnerability.

Babel updated the Json5 library to 2.1.0 in 2018, but they've bumped it a few more times since then (including 2 weeks ago, which is why I'm here now).

It'd be great if we could bump the version of babel-register to the current 7.18.9, which would get us all the necessary security updates.

Thanks!