What kind of change does this PR introduce? (check at least one)
[ ] Bugfix
[ ] Feature
[ ] Code style update
[ ] Refactor
[x] Build-related changes
[ ] Other, please describe:
The PR fulfills these requirements:
[x] All tests are passing?
[ ] New/updated tests are included?
[x] If any static assets have been updated, has ui/bindata.go been regenerated?
[ ] Are there doc blocks for functions that I updated/created?
If adding a new feature, the PR's description includes:
[ ] A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)
Other information:
Fixes #438 - This issue was due to the fact that node 17 moved to openssl 3. webpack5 adjusted accordingly but webpack4 (which we were using) was not updated and will not be updated. This PR yolos us to webpack5.
Also fixes our dependabot alerts for vulnerabilities since it updates everything to the latest version.
I did some testing of the new build of the UI and everything seemed to be in good working order but if anyone else can give it a spin, I'd definitely appreciate the extra testing.
What kind of change does this PR introduce? (check at least one)
The PR fulfills these requirements:
If adding a new feature, the PR's description includes:
Other information:
Fixes #438 - This issue was due to the fact that node 17 moved to openssl 3. webpack5 adjusted accordingly but webpack4 (which we were using) was not updated and will not be updated. This PR yolos us to webpack5.
Also fixes our dependabot alerts for vulnerabilities since it updates everything to the latest version.
I did some testing of the new build of the UI and everything seemed to be in good working order but if anyone else can give it a spin, I'd definitely appreciate the extra testing.