Upgrade webpack

We're upgrading the minimum version of webpack from 5.28.0 to 5.62.2
since this version doesn't rely on OpenSSL for its hashing algorithm so
it wouldn't need legacy OpenSSL support when we decide to upgrade to
Node 18.

This allows us to build our extension on Node 18:
https://github.com/github/vscode-codeql/runs/6904100934?check_suite_focus=true

Happily, this also works fine with our current version of Node (16.13.0).
This commit is contained in:
Elena Tanasoiu
2022-06-15 17:15:59 +01:00
parent 40959c8876
commit 3264ffaaa4
2 changed files with 488 additions and 413 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1232,7 +1232,7 @@
"typescript-formatter": "^7.2.2",
"vsce": "^2.7.0",
"vscode-test": "^1.4.0",
"webpack": "^5.28.0",
"webpack": "^5.62.2",
"webpack-cli": "^4.6.0"
},
"husky": {