serverless-heaven / serverless-webpack

Serverless plugin to bundle your lambdas with Webpack
MIT License
1.72k stars 417 forks source link

Update all deps to have fast-xml-parser@4.4.1 #1901

Closed j0k3r closed 3 months ago

j0k3r commented 3 months ago

This will fix security vuln https://github.com/serverless-heaven/serverless-webpack/security/dependabot/500

Also add ts-node as dev deps because we are using it during tests (it was removed from optional deps here: https://github.com/serverless-heaven/serverless-webpack/pull/1825)