grafana / k6-jslib-aws

Javascript Library allowing to interact with AWS resources from k6 scripts
Apache License 2.0
18 stars 28 forks source link

Update Webpack version #90

Closed joanlopez closed 6 months ago

joanlopez commented 6 months ago

It updates the Webpack-related dependencies to their latest version:

Because (a) it's always good to keep dependencies updated, (b) they both have been there for some months for now, with no new updates, so I guess the risk is low, and (c) apparently each contributor has been using their own (globally installed) version of Webpack, so in some way the current version didn't have a very strong implication.

I've also modified the webpack command (executed with npm run webpack), to use the self-contained webpack version, instead of using it globally, which again shouldn't have big implications, but it's probably safer and more consistent.