hound-search / hound

Lightning fast code searching made easy
MIT License
5.68k stars 578 forks source link

Upgrade all devDependencies in webpack build. #439

Closed kellegous closed 2 years ago

kellegous commented 2 years ago

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.