diff --git a/tools/update-dependencies.js b/tools/update-dependencies.js index 26595603f0..ff6074eb73 100755 --- a/tools/update-dependencies.js +++ b/tools/update-dependencies.js @@ -9,6 +9,8 @@ const DO_NOT_UPGRADE = [ '@typescript-eslint/eslint-plugin', // special case 'commander', // TODO: convert to yargs 'cross-zip', // >= 4.0.0 requires Node 12 + 'html-webpack-plugin', // SHould be upgraded with Webpack v5 + 'open', // >= 8 requires Node 12 'typescript', // Promisify issues, see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/49699 'webpack' // Lots of incompatibilities between v4 and v5 ]